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

Method double_quoted_string

common/peg-parser.cpp:1273–1277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1271}
1272
1273common_peg_parser common_peg_parser_builder::double_quoted_string() {
1274 return rule("double-quoted-string", [this]() {
1275 return sequence({literal("\""), string_content('"'), literal("\""), space()});
1276 });
1277}
1278
1279common_peg_parser common_peg_parser_builder::single_quoted_string() {
1280 return rule("single-quoted-string", [this]() {

Callers 1

test_python_dict_parserFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_python_dict_parserFunction · 0.64