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

Function dofilecont

third-party/lua-5.5.0/src/lbaselib.c:419–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417
418
419static int dofilecont (lua_State *L, int d1, lua_KContext d2) {
420 (void)d1; (void)d2; /* only to match 'lua_Kfunction' prototype */
421 return lua_gettop(L) - 1;
422}
423
424
425static int luaB_dofile (lua_State *L) {

Callers 1

luaB_dofileFunction · 0.70

Calls 1

lua_gettopFunction · 0.70

Tested by

no test coverage detected