Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ CNetHelper
Method
CNetHelper
adapter/micro_thread/mt_net.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
using namespace NS_MICRO_THREAD;
35
36
CNetHelper::CNetHelper()
37
{
38
handler = (void*)CNetMgr::Instance()->AllocNetItem();
39
}
40
41
CNetHelper::~CNetHelper()
42
{
Callers
nothing calls this directly
Calls
1
AllocNetItem
Method · 0.80
Tested by
no test coverage detected