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

Method operator|

common/peg-parser.cpp:1094–1096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1092}
1093
1094common_peg_parser common_peg_parser::operator|(const common_peg_parser & other) const {
1095 return builder_.choice({id_, other.id_});
1096}
1097
1098common_peg_parser common_peg_parser::operator<<(const common_peg_parser & other) const {
1099 return builder_.sequence({id_, builder_.space(), other.id_});

Callers

nothing calls this directly

Calls 2

literalMethod · 0.80
choiceMethod · 0.45

Tested by

no test coverage detected