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

Function printSchemaLineN

modules/dasSQLITE/sqlite/shell.c:17258–17263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17256 sqlite3_free(zToFree);
17257}
17258static void printSchemaLineN(FILE *out, char *z, int n, const char *zTail){
17259 char c = z[n];
17260 z[n] = 0;
17261 printSchemaLine(out, z, zTail);
17262 z[n] = c;
17263}
17264
17265/*
17266** Return true if string z[] has nothing but whitespace and comments to the

Callers 1

shell_callbackFunction · 0.85

Calls 1

printSchemaLineFunction · 0.85

Tested by

no test coverage detected