MCPcopy Create free account
hub / github.com/DFHack/dfhack / reprepstate

Function reprepstate

depends/lua/src/lstrlib.c:601–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599
600
601static void reprepstate (MatchState *ms) {
602 ms->level = 0;
603 lua_assert(ms->matchdepth == MAXCCALLS);
604}
605
606
607static int str_find_aux (lua_State *L, int find) {

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