Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ GetParent
Method
GetParent
adapter/micro_thread/micro_thread.h:247–249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
_parent = parent;
246
};
247
MicroThread* GetParent() {
248
return _parent;
249
};
250
void WakeupParent();
251
252
void AddSubThread(MicroThread* sub);
Callers
2
WakeupParent
Method · 0.95
GetRootThread
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected