Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ aux_close
Function
aux_close
Source/Misc/lua/src/lua.c:12041–12045 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12039
12040
12041
static int aux_close (lua_State *L) {
12042
lua_getfenv(L, 1);
12043
lua_getfield(L, -1,
"__close"
);
12044
return (lua_tocfunction(L, -1))(L);
12045
}
12046
12047
12048
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.85
lua_tocfunction
Function · 0.85
Tested by
no test coverage detected