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

Function range

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

creates a range expression. @param min min character. @param max max character. @return an expression which parses a single character out of range. */

Source from the content-addressed store, hash-verified

1554 @return an expression which parses a single character out of range.
1555*/
1556expr range(int min, int max) {
1557 return _private::construct_expr(new _set(min, max));
1558}
1559
1560expr larger(size_t value) {
1561 return _private::construct_expr(new _larger(value));

Callers 6

YueParserMethod · 0.70
YarnParserMethod · 0.50
hasBadBidiRectsFunction · 0.50
hasBadZoomedRectsFunction · 0.50
measureCharInnerFunction · 0.50
codemirror.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected