Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ int (luaL_loadstring)
Function
int (luaL_loadstring)
other_src/lua/src/lauxlib.cpp:643–645 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
641
642
643
LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s) {
644
return luaL_loadbuffer(L, s, strlen(s), s);
645
}
646
647
648
Callers
nothing calls this directly
Calls
1
luaL_loadbuffer
Function · 0.70
Tested by
no test coverage detected