Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ dostring
Function
dostring
depends/lua/src/lua.c:250–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
249
250
static int dostring (lua_State *L, const char *s, const char *name) {
251
return dochunk(L, luaL_loadbuffer(L, s, strlen(s), name));
252
}
253
254
255
/*
Callers
2
runargs
Function · 0.85
handle_luainit
Function · 0.85
Calls
1
dochunk
Function · 0.85
Tested by
no test coverage detected