Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ CNetHandler
Method
CNetHandler
adapter/micro_thread/mt_net.cpp:205–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
CNetHandler::CNetHandler()
206
{
207
_state_flags = 0;
208
_rsp_buff = NULL;
209
210
this->Reset();
211
}
212
213
CNetHandler::~CNetHandler()
214
{
Callers
nothing calls this directly
Calls
1
Reset
Method · 0.95
Tested by
no test coverage detected