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

Function mt_get_msg_private

adapter/micro_thread/mt_api.cpp:562–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562void* mt_get_msg_private()
563{
564 MicroThread *msg_thread = MtFrame::Instance()->GetRootThread();
565 if (NULL == msg_thread)
566 {
567 return NULL;
568 }
569
570 return msg_thread->GetPrivate();
571}
572
573bool mt_init_frame(int argc, char * const argv[])
574{

Callers

nothing calls this directly

Calls 2

GetRootThreadMethod · 0.80
GetPrivateMethod · 0.80

Tested by

no test coverage detected