MCPcopy 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
478void CNetHandler::Unlink()
479{
480 if (this->_state_flags != 0)
481 {
482 this->DetachConn();
483 }
484 this->_conn_ptr = NULL;
485}
486
487void CNetHandler::SwitchToConn()
488{

Callers 3

ResetMethod · 0.95
SendRecvMethod · 0.95
NotifyAllMethod · 0.80

Calls 1

DetachConnMethod · 0.95

Tested by

no test coverage detected