MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / dochunk

Function dochunk

third-party/lua-5.4.6/src/lua.c:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195
196static int dochunk (lua_State *L, int status) {
197 if (status == LUA_OK) status = docall(L, 0, 0);
198 return report(L, status);
199}
200
201
202static int dofile (lua_State *L, const char *name) {

Callers 2

dofileFunction · 0.70
dostringFunction · 0.70

Calls 2

docallFunction · 0.70
reportFunction · 0.70

Tested by

no test coverage detected