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

Method parse_term

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

parse terminal

Source from the content-addressed store, hash-verified

434
435 // parse terminal
436 virtual bool parse_term(_context& con) const override {
437 return m_expr->parse_term(con);
438 }
439};
440
441// user

Callers

nothing calls this directly

Calls 1

parse_termMethod · 0.45

Tested by

no test coverage detected