Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ finishoff
Function
finishoff
freebsd/netinet/libalias/alias_db.c:2393–2399 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2391
}
2392
2393
static void
2394
finishoff(void)
2395
{
2396
2397
while (!LIST_EMPTY(&instancehead))
2398
LibAliasUninit(LIST_FIRST(&instancehead));
2399
}
2400
2401
struct libalias *
2402
LibAliasInit(struct libalias *la)
Callers
1
alias_mod_handler
Function · 0.85
Calls
1
LibAliasUninit
Function · 0.85
Tested by
no test coverage detected