Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Heltec-Aaron-Lee/WiFi_Kit_series
/ clear
Method
clear
libraries/OpenThread/src/OThread.cpp:118–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
void DataSet::clear() {
119
memset(&mDataset, 0, sizeof(mDataset));
120
}
121
122
void DataSet::initNew() {
123
otInstance *mInstance = esp_openthread_get_instance();
Callers
7
OpenThread
Method · 0.45
OThread.cpp
File · 0.45
populateUnicastAddressCache
Method · 0.45
populateMulticastAddressCache
Method · 0.45
clearUnicastAddressCache
Method · 0.45
clearMulticastAddressCache
Method · 0.45
clearAllAddressCache
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected