MCPcopy Create free account
hub / github.com/Kitware/VTK / echo_group_input

Function echo_group_input

ThirdParty/sqlite/vtksqlite/shell.c:32097–32099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32095}
32096
32097static void echo_group_input(ShellState *p, const char *zDo){
32098 if( ShellHasFlag(p, SHFLG_Echo) ) sqlite3_fprintf(p->out, "%s\n", zDo);
32099}
32100
32101#ifdef SQLITE_SHELL_FIDDLE
32102/*

Callers 2

process_inputFunction · 0.85
wmainFunction · 0.85

Calls 1

sqlite3_fprintfFunction · 0.85

Tested by

no test coverage detected