Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ db_getfenv
Function
db_getfenv
engine/lua/src/lua/ldblib.c:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
46
47
static int db_getfenv (lua_State *L) {
48
lua_getfenv(L, 1);
49
return 1;
50
}
51
52
53
static int db_setfenv (lua_State *L) {
Callers
nothing calls this directly
Calls
1
lua_getfenv
Function · 0.85
Tested by
no test coverage detected