Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ GetThread
Method
GetThread
adapter/micro_thread/mt_net.h:225–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
};
224
225
MicroThread* GetThread() {
226
return _thread;
227
};
228
229
void GetSendData(void*& data, uint32_t& len) {
230
data = _req_data;
Callers
1
NotifyThread
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected