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

Function end_cycle

src/Chain/libraries/glua/glua_tokenparser.cpp:436–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434
435#define MAX_TOKEN_PARSER_CYCLES_COUNT 10086
436 static bool end_cycle(size_t cycle_count)
437 {
438 return cycle_count > MAX_TOKEN_PARSER_CYCLES_COUNT;
439 }
440
441 void GluaTokenParser::_read_long_string(std::string &code, bool is_string, int sep)
442 {

Callers 2

_read_long_stringMethod · 0.85
_parse_next_tokenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected