Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ io_flush
Function
io_flush
extlibs/lua/src/liolib.c:713–715 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
711
712
713
static int io_flush (lua_State *L) {
714
return luaL_fileresult(L, fflush(getiofile(L, IO_OUTPUT)) == 0, NULL);
715
}
716
717
718
static int f_flush (lua_State *L) {
Callers
nothing calls this directly
Calls
2
getiofile
Function · 0.85
luaL_fileresult
Function · 0.70
Tested by
no test coverage detected