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

Function echo_group_input

modules/dasSQLITE/sqlite/shell.c:26486–26488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26484}
26485
26486static void echo_group_input(ShellState *p, const char *zDo){
26487 if( ShellHasFlag(p, SHFLG_Echo) ) utf8_printf(p->out, "%s\n", zDo);
26488}
26489
26490#ifdef SQLITE_SHELL_FIDDLE
26491/*

Callers 1

process_inputFunction · 0.85

Calls 1

utf8_printfFunction · 0.85

Tested by

no test coverage detected