MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / one_input_line

Function one_input_line

src/database/cppsqlite3.cpp:1255–1264  ·  view source on GitHub ↗

** Retrieve a single line of input text. ** ** zPrior is a string of prior text retrieved. If not the empty ** string, then issue a continuation prompt. */

Source from the content-addressed store, hash-verified

1253** string, then issue a continuation prompt.
1254*/
1255static char *one_input_line(FILE *in){
1256 if( in!=0 ){
1257 return local_getline(0, in);
1258 }
1259 //
1260 assert(false);
1261 exit(0);
1262 //
1263 return NULL;
1264}
1265
1266
1267/*

Callers 1

process_inputFunction · 0.85

Calls 2

local_getlineFunction · 0.85
assertFunction · 0.85

Tested by

no test coverage detected