Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1696
void CNetMgr::DeleteDestLink(CDestLinks* dst)
1697
{
1698
this->RemoveDestLink(dst);
1699
dst->Reset();
1700
this->FreeDestLink(dst);
1701
}
1702
1703
CNetMgr::CNetMgr()
1704
{
Callers
1
timer_notify
Method · 0.80
Calls
3
RemoveDestLink
Method · 0.95
FreeDestLink
Method · 0.95
Reset
Method · 0.45
Tested by
no test coverage detected