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