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

Method set_root

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

Source from the content-addressed store, hash-verified

1046}
1047
1048void common_peg_parser_builder::set_root(const common_peg_parser & p) {
1049 arena_.set_root(p.id());
1050}
1051
1052common_peg_arena common_peg_parser_builder::build() {
1053 arena_.resolve_refs();

Callers 4

build_peg_parserFunction · 0.45
build_chat_peg_parserFunction · 0.45

Calls 1

idMethod · 0.45

Tested by

no test coverage detected