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

Function str_find

extlibs/lua/src/lstrlib.c:816–818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814
815
816static int str_find (lua_State *L) {
817 return str_find_aux(L, 1);
818}
819
820
821static int str_match (lua_State *L) {

Callers

nothing calls this directly

Calls 1

str_find_auxFunction · 0.85

Tested by

no test coverage detected