MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / db_getfenv

Function db_getfenv

deps/lua/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

luaL_checkanyFunction · 0.85
lua_getfenvFunction · 0.85

Tested by

no test coverage detected