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

Method tryParse

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

Source from the content-addressed store, hash-verified

109 }
110
111 ParseResult ParserFunctor::tryParse(Input &input, size_t skip_end_size, bool optional)
112 {
113 ParseResult pr(SUCCESS, nullptr);
114 return pr;
115 }
116
117 ParseResult GluaTypeParserFunctor::tryParse(Input &input, size_t skip_end_size2, bool optional)
118 {

Callers 2

parse_with_cacheMethod · 0.45
parse_syntaxMethod · 0.45

Calls 15

assertClass · 0.85
printfClass · 0.85
set_last_match_tokenMethod · 0.80
failure_parserMethod · 0.80
expect_tokenMethod · 0.80
inc_posMethod · 0.80
expect_token_typeMethod · 0.80
parser_min_lengthMethod · 0.80
skip_endMethod · 0.80
reset_end_skippedMethod · 0.80

Tested by

no test coverage detected