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

Function tpl_get_section_content

app/wizard/tpllib.cpp:1171–1174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1169}
1170
1171void tpl_get_section_content(const tpl_t* tpl, char* buffer)
1172{
1173 tpl_get_content(tpl->tpl, buffer);
1174}
1175
1176int tpl_save_as(const tpl_t* tpl, const char* filename)
1177{

Callers

nothing calls this directly

Calls 1

tpl_get_contentFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…