MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / readline

Function readline

common/console.cpp:1083–1088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1081 }
1082
1083 bool readline(std::string & line, bool multiline_input) {
1084 if (simple_io) {
1085 return readline_simple(line, multiline_input);
1086 }
1087 return readline_advanced(line, multiline_input);
1088 }
1089
1090 void set_completion_callback(completion_callback cb) {
1091 completion_cb = cb;

Callers 3

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 2

readline_simpleFunction · 0.85
readline_advancedFunction · 0.85

Tested by

no test coverage detected