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

Method string_content

common/peg-parser.cpp:1269–1271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1267// String primitives
1268
1269common_peg_parser common_peg_parser_builder::string_content(char delimiter) {
1270 return wrap(arena_.add_parser(common_peg_string_parser{delimiter}));
1271}
1272
1273common_peg_parser common_peg_parser_builder::double_quoted_string() {
1274 return rule("double-quoted-string", [this]() {

Callers 3

test_python_dict_parserFunction · 0.80
test_unicodeFunction · 0.80

Calls 1

add_parserMethod · 0.80

Tested by 3

test_python_dict_parserFunction · 0.64
test_unicodeFunction · 0.64