MCPcopy 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
472void CNetHandler::Link(CSockLink* conn)
473{
474 this->_conn_ptr = conn;
475 this->SwitchToIdle();
476}
477
478void CNetHandler::Unlink()
479{

Callers 1

GetConnLinkMethod · 0.95

Calls 1

SwitchToIdleMethod · 0.95

Tested by

no test coverage detected