MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / reprepstate

Function reprepstate

third-party/lua-5.4.6/src/lstrlib.c:767–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765
766
767static void reprepstate (MatchState *ms) {
768 ms->level = 0;
769 lua_assert(ms->matchdepth == MAXCCALLS);
770}
771
772
773static int str_find_aux (lua_State *L, int find) {

Callers 3

str_find_auxFunction · 0.70
gmatch_auxFunction · 0.70
str_gsubFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected