mirror of
https://github.com/espressif/openthread.git
synced 2026-08-15 15:17:46 +00:00
[mle] group Attacher method definitions in mle.cpp (#11841)
This commit improves the organization of `mle.cpp` by grouping all `Attacher` method definitions together. When the `Attacher` class was introduced in #11835, its method definitions were intentionally kept in their previous order to minimize the `git diff` for easier review. This resulted in the `Attacher` methods being interleaved with other `Mle` methods. This commit acts as a follow-up to rearrange the file and group all `Attacher` methods into a dedicated section for better readability and organization. No logic changes are included in this commit.
This commit is contained in:
+1056
-1052
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user