Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ dostring
Function
dostring
third-party/lua-5.4.6/src/lua.c:207–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
206
207
static int dostring (lua_State *L, const char *s, const char *name) {
208
return dochunk(L, luaL_loadbuffer(L, s, strlen(s), name));
209
}
210
211
212
/*
Callers
2
runargs
Function · 0.70
handle_luainit
Function · 0.70
Calls
2
luaL_loadbuffer
Function · 0.85
dochunk
Function · 0.70
Tested by
no test coverage detected