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

Method build

common/peg-parser.cpp:1262–1265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1260}
1261
1262common_peg_arena common_peg_parser_builder::build() {
1263 arena_.resolve_refs();
1264 return std::move(arena_);
1265}
1266
1267// String primitives
1268

Callers 4

build_tagged_peg_parserFunction · 0.45
build_peg_parserFunction · 0.45
build_chat_peg_parserFunction · 0.45
apply_transformationsMethod · 0.45

Calls 1

resolve_refsMethod · 0.45

Tested by

no test coverage detected