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

Method parse_non_term

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

parse with whitespace

Source from the content-addressed store, hash-verified

429
430 // parse with whitespace
431 virtual bool parse_non_term(_context& con) const override {
432 return m_expr->parse_term(con);
433 }
434
435 // parse terminal
436 virtual bool parse_term(_context& con) const override {

Callers

nothing calls this directly

Calls 1

parse_termMethod · 0.45

Tested by

no test coverage detected