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

Method str

common/jinja/string.cpp:45–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45std::string string::str() const {
46 if (parts.size() == 1) {
47 return parts[0].val;
48 }
49 std::ostringstream oss;
50 for (const auto & part : parts) {
51 oss << part.val;
52 }
53 return oss.str();
54}
55
56size_t string::length() const {
57 size_t len = 0;

Callers 15

addMethod · 0.45
common_tokens_to_strFunction · 0.45
format_literalFunction · 0.45
_not_stringsMethod · 0.45
visitMethod · 0.45
format_grammarMethod · 0.45
to_iniMethod · 0.45
to_stringMethod · 0.45
get_all_kv_cache_typesFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1