MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / str_match

Function str_match

extlibs/lua/src/lstrlib.c:821–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819
820
821static int str_match (lua_State *L) {
822 return str_find_aux(L, 0);
823}
824
825
826/* state for 'gmatch' */

Callers

nothing calls this directly

Calls 1

str_find_auxFunction · 0.85

Tested by

no test coverage detected