Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ io_flush
Function
io_flush
Source/Misc/lua/src/lua.c:12381–12383 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12379
12380
12381
static int io_flush (lua_State *L) {
12382
return pushresult(L, fflush(getiofile(L, IO_OUTPUT)) == 0, NULL);
12383
}
12384
12385
12386
static int f_flush (lua_State *L) {
Callers
nothing calls this directly
Calls
2
pushresult
Function · 0.85
getiofile
Function · 0.85
Tested by
no test coverage detected