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

Method FindDestLink

adapter/micro_thread/mt_net.cpp:1636–1644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1634}
1635
1636CDestLinks* CNetMgr::FindDestLink(CDestLinks* key)
1637{
1638 if (NULL == this->_ip_hash)
1639 {
1640 return NULL;
1641 }
1642
1643 return (CDestLinks*)_ip_hash->HashFind(key);
1644}
1645
1646void CNetMgr::InsertDestLink(CDestLinks* item)
1647{

Callers 2

RemoveDestLinkMethod · 0.95
FindCreateDestMethod · 0.95

Calls 1

HashFindMethod · 0.80

Tested by

no test coverage detected