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

Method dump

common/peg-parser.cpp:938–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936}
937
938std::string common_peg_ast_arena::dump() {
939 std::ostringstream oss;
940 for (auto & node : nodes_) {
941 bfs_node(*this, oss, node, 0);
942 }
943 return oss.str();
944}
945
946void common_peg_arena::resolve_refs() {
947 // Walk through all parsers and replace refs with their corresponding rule IDs

Callers 15

render_scenarioFunction · 0.80
mainFunction · 0.80
generate_completionMethod · 0.80
init_routesMethod · 0.80
params_from_json_cmplMethod · 0.80
postMethod · 0.80
safe_json_to_strFunction · 0.80
normalizeFunction · 0.80
renormalize_jsonFunction · 0.80

Calls 2

bfs_nodeFunction · 0.85
strMethod · 0.45

Tested by 10

normalizeFunction · 0.64
renormalize_jsonFunction · 0.64
test_peg_parserFunction · 0.64
test_json_healingFunction · 0.64
test_template_cppFunction · 0.64
test_template_pyFunction · 0.64
test_json_serializationFunction · 0.64