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

Method RemoveDestLink

adapter/micro_thread/mt_net.cpp:1662–1671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1660}
1661
1662void CNetMgr::RemoveDestLink(CDestLinks* item)
1663{
1664 CDestLinks* handler = this->FindDestLink(item);
1665 if (NULL == handler)
1666 {
1667 return;
1668 }
1669
1670 _ip_hash->HashRemove(handler);
1671}
1672
1673CDestLinks* CNetMgr::FindCreateDest(CDestLinks* key)
1674{

Callers 1

DeleteDestLinkMethod · 0.95

Calls 2

FindDestLinkMethod · 0.95
HashRemoveMethod · 0.80

Tested by

no test coverage detected