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

Function string_from

common/common.cpp:509–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509std::string string_from(bool value) {
510 return value ? "true" : "false";
511}
512
513std::string string_from(const std::vector<int> & values) {
514 std::stringstream buf;

Callers 4

mainFunction · 0.85
draftMethod · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 3

common_token_to_pieceFunction · 0.85
to_stringFunction · 0.50
strMethod · 0.45

Tested by 2

draftMethod · 0.68
mainFunction · 0.68