Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
509
std::string string_from(bool value) {
510
return value ?
"true"
:
"false"
;
511
}
512
513
std::string string_from(const std::vector<int> & values) {
514
std::stringstream buf;
Callers
4
main
Function · 0.85
draft
Method · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
3
common_token_to_piece
Function · 0.85
to_string
Function · 0.50
str
Method · 0.45
Tested by
2
draft
Method · 0.68
main
Function · 0.68