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

Function db_getfenv

third-party/lua-5.1.5/src/ldblib.c:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47static int db_getfenv (lua_State *L) {
48 luaL_checkany(L, 1);
49 lua_getfenv(L, 1);
50 return 1;
51}
52
53
54static int db_setfenv (lua_State *L) {

Callers

nothing calls this directly

Calls 2

lua_getfenvFunction · 0.85
luaL_checkanyFunction · 0.70

Tested by

no test coverage detected