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

Function user

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

parse with target expression and let user handle result. */

Source from the content-addressed store, hash-verified

1616/** parse with target expression and let user handle result.
1617 */
1618expr user(const expr& e, const user_handler& handler) {
1619 return _private::construct_expr(new _user(_private::get_expr(e), handler));
1620}
1621
1622/** parses the given input.
1623 The parse procedures of each rule parsed are executed

Callers 2

YueParserMethod · 0.85
YarnParserMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected