Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ io_flush
Function
io_flush
deps/lua/src/liolib.c:470–472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
468
469
470
static int io_flush (lua_State *L) {
471
return pushresult(L, fflush(getiofile(L, IO_OUTPUT)) == 0, NULL);
472
}
473
474
475
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