MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / str_find

Function str_find

deps/lua/src/lstrlib.c:538–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536
537
538static int str_find (lua_State *L) {
539 return str_find_aux(L, 1);
540}
541
542
543static int str_match (lua_State *L) {

Callers

nothing calls this directly

Calls 1

str_find_auxFunction · 0.85

Tested by

no test coverage detected