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

Method DeleteDestLink

adapter/micro_thread/mt_net.cpp:1696–1701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1694}
1695
1696void CNetMgr::DeleteDestLink(CDestLinks* dst)
1697{
1698 this->RemoveDestLink(dst);
1699 dst->Reset();
1700 this->FreeDestLink(dst);
1701}
1702
1703CNetMgr::CNetMgr()
1704{

Callers 1

timer_notifyMethod · 0.80

Calls 3

RemoveDestLinkMethod · 0.95
FreeDestLinkMethod · 0.95
ResetMethod · 0.45

Tested by

no test coverage detected