Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26486
static 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_input
Function · 0.85
Calls
1
utf8_printf
Function · 0.85
Tested by
no test coverage detected