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

Function error

common/console.cpp:1153–1161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1151 }
1152
1153 void error(const char * fmt, ...) {
1154 va_list args;
1155 va_start(args, fmt);
1156 display_type cur = current_display;
1157 set_display(DISPLAY_TYPE_ERROR);
1158 vfprintf(out, fmt, args);
1159 set_display(cur); // restore previous color
1160 va_end(args);
1161 }
1162
1163 void flush() {
1164 fflush(out);

Callers 3

generate_completionMethod · 0.85
mainFunction · 0.85
validateApiKeyFunction · 0.85

Calls 1

set_displayFunction · 0.85

Tested by

no test coverage detected