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

Function str_find

depends/lua/src/lstrlib.c:654–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652
653
654static int str_find (lua_State *L) {
655 return str_find_aux(L, 1);
656}
657
658
659static int str_match (lua_State *L) {

Callers

nothing calls this directly

Calls 1

str_find_auxFunction · 0.85

Tested by

no test coverage detected