Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ int (luaL_loadstring)
Function
int (luaL_loadstring)
Source/Misc/lua/src/lua.c:10830–10832 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10828
10829
10830
LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s) {
10831
return luaL_loadbuffer(L, s, strlen(s), s);
10832
}
10833
10834
10835
Callers
nothing calls this directly
Calls
1
luaL_loadbuffer
Function · 0.85
Tested by
no test coverage detected