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

Method set_root

common/peg-parser.cpp:1258–1260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1256}
1257
1258void common_peg_parser_builder::set_root(const common_peg_parser & p) {
1259 arena_.set_root(p.id());
1260}
1261
1262common_peg_arena common_peg_parser_builder::build() {
1263 arena_.resolve_refs();

Callers 3

build_tagged_peg_parserFunction · 0.45
build_peg_parserFunction · 0.45
build_chat_peg_parserFunction · 0.45

Calls 1

idMethod · 0.45

Tested by

no test coverage detected