Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ DeleteNode
Method
DeleteNode
src/base/AFStringPod.hpp:518–521 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
516
}
517
518
void DeleteNode(node_t* p)
519
{
520
mxAlloc.Free(p, sizeof(node_t) + TRAITS::Length(p->name) * sizeof(TYPE));
521
}
522
523
void EraseNode(size_t bucket, node_t* p)
524
{
Callers
nothing calls this directly
Calls
1
Free
Method · 0.45
Tested by
no test coverage detected