Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ str_match
Function
str_match
third-party/lua-5.4.6/src/lstrlib.c:824–826 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
822
823
824
static 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_aux
Function · 0.70
Tested by
no test coverage detected