Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
static int db_getfenv (lua_State *L) {
48
luaL_checkany(L, 1);
49
lua_getfenv(L, 1);
50
return 1;
51
}
52
53
54
static int db_setfenv (lua_State *L) {
Callers
nothing calls this directly
Calls
2
lua_getfenv
Function · 0.85
luaL_checkany
Function · 0.70
Tested by
no test coverage detected