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

Function tpl_set_section

app/wizard/tpllib.cpp:972–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970}
971
972int tpl_set_section(tpl_t* tpl, const char* key, const char* val, int len)
973{
974 return tpl_set_section_ex(tpl, key, val, len, NULL);
975}
976
977int tpl_set_section_from_file(tpl_t* tpl, const char* key, const char* filename)
978{

Callers

nothing calls this directly

Calls 1

tpl_set_section_exFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…