MCPcopy Create free account
hub / github.com/F-Stack/f-stack / RemoveNetItem

Method RemoveNetItem

adapter/micro_thread/mt_net.cpp:1625–1634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1623}
1624
1625void CNetMgr::RemoveNetItem(CNetHandler* item)
1626{
1627 CNetHandler* handler = this->FindNetItem(item);
1628 if (NULL == handler)
1629 {
1630 return;
1631 }
1632
1633 _session_hash->HashRemove(handler);
1634}
1635
1636CDestLinks* CNetMgr::FindDestLink(CDestLinks* key)
1637{

Callers 1

UnRegistSessionMethod · 0.80

Calls 2

FindNetItemMethod · 0.95
HashRemoveMethod · 0.80

Tested by

no test coverage detected