MCPcopy Create free account
hub / github.com/F-Stack/f-stack / IsSubThread

Method IsSubThread

adapter/micro_thread/micro_thread.h:240–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 return (PRIMORDIAL == _type);
239 };
240 bool IsSubThread(void) {
241 return (SUB_THREAD == _type);
242 };
243
244 void SetParent(MicroThread* parent) {
245 _parent = parent;

Callers 1

RunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected