MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / dochunk

Function dochunk

3rd/lua-5.4.3/src/lua.c:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

dofileFunction · 0.85
dostringFunction · 0.85

Calls 2

docallFunction · 0.85
reportFunction · 0.85

Tested by

no test coverage detected