MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / operator+

Method operator+

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

Source from the content-addressed store, hash-verified

878}
879
880common_peg_parser common_peg_parser::operator+(const common_peg_parser & other) const {
881 return builder_.sequence({id_, other.id_});
882}
883
884common_peg_parser common_peg_parser::operator|(const common_peg_parser & other) const {
885 return builder_.choice({id_, other.id_});

Callers

nothing calls this directly

Calls 2

sequenceMethod · 0.45
literalMethod · 0.45

Tested by

no test coverage detected