MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / repeatPlus

Method repeatPlus

src/Chain/libraries/glua/lparsercombinator.cpp:2049–2052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2047 }
2048
2049 ParserFunctor *ParserContext::repeatPlus(ParserFunctor *parser)
2050 {
2051 return p_and(parser, repeatStar(parser));
2052 }
2053
2054 ParserFunctor *ParserContext::repeatCount(ParserFunctor *parser, size_t n)
2055 {

Callers 1

generate_glua_parserMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected