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

Method parse_term

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

parse terminal

Source from the content-addressed store, hash-verified

606
607 // parse terminal
608 virtual bool parse_term(_context& con) const override {
609 _state st(con);
610 bool ok = m_expr->parse_term(con);
611 con.restore(st);
612 return ok;
613 }
614};
615
616// not

Callers

nothing calls this directly

Calls 2

parse_termMethod · 0.45
restoreMethod · 0.45

Tested by

no test coverage detected