Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ tpl_free
Function
tpl_free
app/wizard/tpllib.cpp:460–464 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
458
}
459
460
void tpl_free(tpl_t *tpl)
461
{
462
tpl_release(tpl);
463
acl_myfree(tpl);
464
}
465
466
/* Load template file */
467
int tpl_load(tpl_t *tpl, const char *filename)
Callers
3
create_http_servlet
Function · 0.70
open_tpl
Method · 0.70
copy_and_replace
Method · 0.70
Calls
1
tpl_release
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…