Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ luaL_loadstring
Function
luaL_loadstring
source/extern/lua/lauxlib.c:764–766 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
762
763
764
LUALIB_API int luaL_loadstring (lua_State *L, const char *s) {
765
return luaL_loadbuffer(L, s, strlen(s), s);
766
}
767
768
/* }====================================================== */
769
Callers
2
RunString
Function · 0.85
contextEval
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected