Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ luaL_loadstring
Function
luaL_loadstring
src/Chain/libraries/glua/lauxlib.cpp:2398–2400 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2396
2397
2398
LUALIB_API int luaL_loadstring(lua_State *L, const char *s) {
2399
return luaL_loadbuffer(L, s, strlen(s), s);
2400
}
2401
2402
/* }====================================================== */
2403
Callers
1
FunctionCheck
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected