MCPcopy Create free account
hub / github.com/acl-dev/acl / tpl_section_length

Function tpl_section_length

app/wizard/tpllib.cpp:1117–1120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1115
1116
1117int tpl_section_length(const tpl_t* tpl)
1118{
1119 return tpl_length(tpl->tpl);
1120}
1121
1122void tpl_get_content(const tpl_t* tpl, char* buffer)
1123{

Callers

nothing calls this directly

Calls 1

tpl_lengthFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…