Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ Unlink
Method
Unlink
adapter/micro_thread/mt_net.cpp:478–485 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
476
}
477
478
void CNetHandler::Unlink()
479
{
480
if (this->_state_flags != 0)
481
{
482
this->DetachConn();
483
}
484
this->_conn_ptr = NULL;
485
}
486
487
void CNetHandler::SwitchToConn()
488
{
Callers
3
Reset
Method · 0.95
SendRecv
Method · 0.95
NotifyAll
Method · 0.80
Calls
1
DetachConn
Method · 0.95
Tested by
no test coverage detected