Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaL_loadstring
Function
luaL_loadstring
third-party/lua-5.5.0/src/lauxlib.c:876–878 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
874
875
876
LUALIB_API int luaL_loadstring (lua_State *L, const char *s) {
877
return luaL_loadbuffer(L, s, strlen(s), s);
878
}
879
880
/* }====================================================== */
881
Callers
3
Attach
Method · 0.50
CheckDoString
Method · 0.50
DoEval
Method · 0.50
Calls
1
luaL_loadbuffer
Function · 0.85
Tested by
no test coverage detected