MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / str_find

Function str_find

lib/lua/src/lstrlib.c:819–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817
818
819static int str_find (lua_State *L) {
820 return str_find_aux(L, 1);
821}
822
823
824static int str_match (lua_State *L) {

Callers

nothing calls this directly

Calls 1

str_find_auxFunction · 0.85

Tested by

no test coverage detected