Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ str_find
Function
str_find
extlibs/lua/src/lstrlib.c:816–818 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
814
815
816
static int str_find (lua_State *L) {
817
return str_find_aux(L, 1);
818
}
819
820
821
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