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

Function reprepstate

src/Chain/libraries/glua/lstrlib.cpp:618–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616
617
618static void reprepstate(MatchState *ms) {
619 ms->level = 0;
620 lua_assert(ms->matchdepth == MAXCCALLS);
621}
622
623#define ARGS_ERROR() { global_glua_chain_api->throw_exception(L, THINKYOUNG_API_SIMPLE_ERROR, "arguments wrong"); return 0; }
624

Callers 3

str_find_auxFunction · 0.85
gmatch_auxFunction · 0.85
str_gsubFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected