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

Method parse_term

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

parse terminal

Source from the content-addressed store, hash-verified

582
583 // parse terminal
584 virtual bool parse_term(_context& con) const override {
585 _state st(con);
586 if (!m_expr->parse_term(con)) con.restore(st);
587 return true;
588 }
589};
590
591// and

Callers

nothing calls this directly

Calls 2

parse_termMethod · 0.45
restoreMethod · 0.45

Tested by

no test coverage detected