Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ SetParentsPtr
Method
SetParentsPtr
adapter/micro_thread/mt_net.h:332–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
330
void SetProtoType(MT_PROTO_TYPE type);
331
332
void SetParentsPtr(void* ptr) {
333
_parents = ptr;
334
};
335
336
void* GetParentsPtr() {
337
return _parents;
Callers
1
GetSockLink
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected