Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ destroy_node
Function
destroy_node
app/wizard/tpllib.cpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
120
121
static void destroy_node(tpl_node_t* node)
122
{
123
acl_myfree(node);
124
}
125
126
127
static tpl_fcell_t* create_fcell(const char *key, int key_len, int data_len)
Callers
4
tpl_release
Function · 0.70
tpl_reset
Function · 0.70
tpl_set_section_ex
Function · 0.70
tpl_set_section_from_file
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…