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

Method single_quoted_string

common/peg-parser.cpp:1279–1283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1277}
1278
1279common_peg_parser common_peg_parser_builder::single_quoted_string() {
1280 return rule("single-quoted-string", [this]() {
1281 return sequence({literal("'"), string_content('\''), literal("'"), space()});
1282 });
1283}
1284
1285common_peg_parser common_peg_parser_builder::quoted_string() {
1286 return rule("quoted-string", [this]() {

Callers 1

test_python_dict_parserFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_python_dict_parserFunction · 0.64