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

Function tpl_from_string

app/wizard/tpllib.cpp:505–508  ·  view source on GitHub ↗

Load from a string */

Source from the content-addressed store, hash-verified

503
504/* Load from a string */
505int tpl_from_string(tpl_t *tpl, const char *buffer, int len)
506{
507 return tpl_construct(tpl, buffer, buffer + len);
508}
509
510/* Recursively clear added content */
511void tpl_reset(tpl_t* tpl)

Callers

nothing calls this directly

Calls 1

tpl_constructFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…