Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ f_close
Function
f_close
3rd/lua-5.4.3/src/liolib.c:222–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
221
222
static int f_close (lua_State *L) {
223
tofile(L); /* make sure argument is an open stream */
224
return aux_close(L);
225
}
226
227
228
static int io_close (lua_State *L) {
Callers
1
io_close
Function · 0.85
Calls
2
tofile
Function · 0.85
aux_close
Function · 0.85
Tested by
no test coverage detected