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

Function gmatch

deps/lua/src/lstrlib.c:574–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572
573
574static int gmatch (lua_State *L) {
575 luaL_checkstring(L, 1);
576 luaL_checkstring(L, 2);
577 lua_settop(L, 2);
578 lua_pushinteger(L, 0);
579 lua_pushcclosure(L, gmatch_aux, 3);
580 return 1;
581}
582
583
584static int gfind_nodef (lua_State *L) {

Callers

nothing calls this directly

Calls 3

lua_settopFunction · 0.85
lua_pushintegerFunction · 0.85
lua_pushcclosureFunction · 0.85

Tested by

no test coverage detected