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

Function true_

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

parsing succeeds without consuming any input. */

Source from the content-addressed store, hash-verified

1604/** parsing succeeds without consuming any input.
1605 */
1606expr true_() {
1607 return _private::construct_expr(new _true());
1608}
1609
1610/** parsing fails without consuming any input.
1611 */

Callers 2

YueParserMethod · 0.85
YarnParserMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected