MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / json_string_content

Method json_string_content

subprojects/llama.cpp/common/peg-parser.cpp:1133–1135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1131}
1132
1133common_peg_parser common_peg_parser_builder::json_string_content() {
1134 return wrap(arena_.add_parser(common_peg_json_string_parser{}));
1135}
1136
1137common_peg_parser common_peg_parser_builder::json_member(const std::string & key, const common_peg_parser & p) {
1138 auto ws = space();

Callers 2

test_unicodeFunction · 0.80

Calls 1

add_parserMethod · 0.80

Tested by 2

test_unicodeFunction · 0.64