Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
543
static int str_match (lua_State *L) {
544
return str_find_aux(L, 0);
545
}
546
547
548
static int gmatch_aux (lua_State *L) {
Callers
nothing calls this directly
Calls
1
str_find_aux
Function · 0.85
Tested by
no test coverage detected