MCPcopy 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
127static 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
134static int io_close (lua_State *L) {

Callers 3

io_closeFunction · 0.85
io_gcFunction · 0.85
io_readlineFunction · 0.85

Calls 3

lua_getfenvFunction · 0.85
lua_getfieldFunction · 0.70
lua_tocfunctionFunction · 0.70

Tested by

no test coverage detected