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

Method operator+

common/peg-parser.cpp:1090–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1088}
1089
1090common_peg_parser common_peg_parser::operator+(const common_peg_parser & other) const {
1091 return builder_.sequence({id_, other.id_});
1092}
1093
1094common_peg_parser common_peg_parser::operator|(const common_peg_parser & other) const {
1095 return builder_.choice({id_, other.id_});

Callers

nothing calls this directly

Calls 2

literalMethod · 0.80
sequenceMethod · 0.45

Tested by

no test coverage detected