Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ str_find
Function
str_find
deps/lua/src/lstrlib.c:538–540 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
536
537
538
static int str_find (lua_State *L) {
539
return str_find_aux(L, 1);
540
}
541
542
543
static int str_match (lua_State *L) {
Callers
nothing calls this directly
Calls
1
str_find_aux
Function · 0.85
Tested by
no test coverage detected