MCPcopy 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
514std::string string_from(bool value) {
515 return value ? "true" : "false";
516}
517
518std::string string_from(const std::vector<int> & values) {
519 std::stringstream buf;

Callers 3

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 5

common_token_to_pieceFunction · 0.85
to_stringFunction · 0.50
strMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by 1

mainFunction · 0.68