Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ Link
Method
Link
adapter/micro_thread/mt_net.cpp:472–476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
470
}
471
472
void CNetHandler::Link(CSockLink* conn)
473
{
474
this->_conn_ptr = conn;
475
this->SwitchToIdle();
476
}
477
478
void CNetHandler::Unlink()
479
{
Callers
1
GetConnLink
Method · 0.95
Calls
1
SwitchToIdle
Method · 0.95
Tested by
no test coverage detected