Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ io_flush
Function
io_flush
depends/lua/src/liolib.c:689–691 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
687
688
689
static int io_flush (lua_State *L) {
690
return luaL_fileresult(L, fflush(getiofile(L, IO_OUTPUT)) == 0, NULL);
691
}
692
693
694
static int f_flush (lua_State *L) {
Callers
nothing calls this directly
Calls
2
luaL_fileresult
Function · 0.85
getiofile
Function · 0.85
Tested by
no test coverage detected