Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ set_completion_callback
Function
set_completion_callback
common/console.cpp:1090–1092 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1088
}
1089
1090
void set_completion_callback(completion_callback cb) {
1091
completion_cb = cb;
1092
}
1093
1094
namespace spinner {
1095
static const char LOADING_CHARS[] = {
'|'
,
'/'
,
'-'
,
'\\'
};
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected