Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ FreeSockLink
Method
FreeSockLink
adapter/micro_thread/mt_net.h:503–505 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
501
};
502
503
void FreeSockLink(CSockLink* item) {
504
return _sock_link_pool.FreeItem(item);
505
};
506
507
CDestLinks* AllocDestLink() {
508
return _dest_ip_pool.AllocItem();
Callers
nothing calls this directly
Calls
1
FreeItem
Method · 0.80
Tested by
no test coverage detected