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

Function str_match

lib/lua/src/lstrlib.c:824–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

str_find_auxFunction · 0.85

Tested by

no test coverage detected