MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / parse_term

Method parse_term

Source/3rdParty/yuescript/parser.cpp:657–661  ·  view source on GitHub ↗

parse terminal

Source from the content-addressed store, hash-verified

655
656 // parse terminal
657 virtual bool parse_term(_context& con) const override {
658 if (!m_expr->parse_term(con)) return false;
659 con.next_line();
660 return true;
661 }
662};
663
664// base class for binary expressions

Callers

nothing calls this directly

Calls 2

next_lineMethod · 0.80
parse_termMethod · 0.45

Tested by

no test coverage detected