MCPcopy 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
12041static int aux_close (lua_State *L) {
12042lua_getfenv(L, 1);
12043lua_getfield(L, -1, "__close");
12044return (lua_tocfunction(L, -1))(L);
12045}
12046
12047
12048static 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.85
lua_tocfunctionFunction · 0.85

Tested by

no test coverage detected