Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danomatika/ofxLua
/ luaL_loadstring
Function
luaL_loadstring
libs/lua/lauxlib.c:843–845 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
841
842
843
LUALIB_API int luaL_loadstring (lua_State *L, const char *s) {
844
return luaL_loadbuffer(L, s, strlen(s), s);
845
}
846
847
/* }====================================================== */
848
Callers
1
doString
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected