MCPcopy Create free account
hub / github.com/DFHack/dfhack / dochunk

Function dochunk

depends/lua/src/lua.c:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238
239static int dochunk (lua_State *L, int status) {
240 if (status == LUA_OK) status = docall(L, 0, 0);
241 return report(L, status);
242}
243
244
245static int dofile (lua_State *L, const char *name) {

Callers 2

dofileFunction · 0.85
dostringFunction · 0.85

Calls 2

docallFunction · 0.85
reportFunction · 0.70

Tested by

no test coverage detected