Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ string_from
Function
string_from
smallthinker/common/common.cpp:514–516 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
512
}
513
514
std::string string_from(bool value) {
515
return value ?
"true"
:
"false"
;
516
}
517
518
std::string string_from(const std::vector<int> & values) {
519
std::stringstream buf;
Callers
3
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
5
common_token_to_piece
Function · 0.85
to_string
Function · 0.50
str
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
1
main
Function · 0.68