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

Function dofilecont

3rd/lua-5.4.3/src/lbaselib.c:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386
387
388static int dofilecont (lua_State *L, int d1, lua_KContext d2) {
389 (void)d1; (void)d2; /* only to match 'lua_Kfunction' prototype */
390 return lua_gettop(L) - 1;
391}
392
393
394static int luaB_dofile (lua_State *L) {

Callers 1

luaB_dofileFunction · 0.85

Calls 1

lua_gettopFunction · 0.85

Tested by

no test coverage detected