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

Function str_match

deps/lua/src/lstrlib.c:543–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541
542
543static int str_match (lua_State *L) {
544 return str_find_aux(L, 0);
545}
546
547
548static int gmatch_aux (lua_State *L) {

Callers

nothing calls this directly

Calls 1

str_find_auxFunction · 0.85

Tested by

no test coverage detected