Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ aux_close
Function
aux_close
app/redis-6.2.6/deps/lua/src/liolib.c:127–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
126
127
static int aux_close (lua_State *L) {
128
lua_getfenv(L, 1);
129
lua_getfield(L, -1,
"__close"
);
130
return (lua_tocfunction(L, -1))(L);
131
}
132
133
134
static int io_close (lua_State *L) {
Callers
3
io_close
Function · 0.85
io_gc
Function · 0.85
io_readline
Function · 0.85
Calls
3
lua_getfenv
Function · 0.85
lua_getfield
Function · 0.70
lua_tocfunction
Function · 0.70
Tested by
no test coverage detected