Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1048
void common_peg_parser_builder::set_root(const common_peg_parser & p) {
1049
arena_.set_root(p.id());
1050
}
1051
1052
common_peg_arena common_peg_parser_builder::build() {
1053
arena_.resolve_refs();
Callers
4
build_peg_parser
Function · 0.45
build_chat_peg_parser
Function · 0.45
build_chat_peg_native_parser
Function · 0.45
build_chat_peg_constructed_parser
Function · 0.45
Calls
1
id
Method · 0.45
Tested by
no test coverage detected