MCPcopy Create free account
hub / github.com/audacity/audacity / initText

Function initText

lib-src/sqlite/shell.c:816–818  ·  view source on GitHub ↗

** Initialize and destroy a ShellText object */

Source from the content-addressed store, hash-verified

814** Initialize and destroy a ShellText object
815*/
816static void initText(ShellText *p){
817 memset(p, 0, sizeof(*p));
818}
819static void freeText(ShellText *p){
820 free(p->z);
821 initText(p);

Callers 4

freeTextFunction · 0.85
shellFakeSchemaFunction · 0.85
dump_callbackFunction · 0.85
do_meta_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected