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

Method HasNoSubThread

adapter/micro_thread/micro_thread.cpp:259–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259bool MicroThread::HasNoSubThread()
260{
261 return TAILQ_EMPTY(&_sub_list);
262}
263
264void MicroThread::AddSubThread(MicroThread* sub)
265{

Callers 1

WakeupParentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected