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

Method length

common/jinja/string.cpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56size_t string::length() const {
57 size_t len = 0;
58 for (const auto & part : parts) {
59 len += part.val.length();
60 }
61 return len;
62}
63
64void string::hash_update(hasher & hash) const noexcept {
65 for (const auto & part : parts) {

Callers 15

mainFunction · 0.80
render_scenarioFunction · 0.80
string_replace_allFunction · 0.80
string_split_strFunction · 0.80
split_textMethod · 0.80
cli.cppFile · 0.80
mainFunction · 0.80
get_field_widthMethod · 0.80
prepare_guide_tokensFunction · 0.80

Calls

no outgoing calls

Tested by 14

test_peg_parserFunction · 0.64
decodeMethod · 0.64
test_backend_max_outputsFunction · 0.64
load_seed_oss_templateFunction · 0.64
test_seed_oss_call_countFunction · 0.64
load_templateFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
get_handcrafted_fileFunction · 0.64
mainFunction · 0.64
test_fuzzingFunction · 0.64