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

Method operator<<

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

Source from the content-addressed store, hash-verified

886}
887
888common_peg_parser common_peg_parser::operator<<(const common_peg_parser & other) const {
889 return builder_.sequence({id_, builder_.space(), other.id_});
890}
891
892common_peg_parser common_peg_parser::operator+(const char * str) const {
893 return *this + builder_.literal(str);

Callers

nothing calls this directly

Calls 3

sequenceMethod · 0.45
spaceMethod · 0.45
literalMethod · 0.45

Tested by

no test coverage detected