MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / initText

Function initText

modules/dasSQLITE/sqlite/shell.c:943–945  ·  view source on GitHub ↗

** Initialize and destroy a ShellText object */

Source from the content-addressed store, hash-verified

941** Initialize and destroy a ShellText object
942*/
943static void initText(ShellText *p){
944 memset(p, 0, sizeof(*p));
945}
946static void freeText(ShellText *p){
947 free(p->z);
948 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