Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ f_flush
Function
f_flush
deps/lua/src/liolib.c:475–477 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
473
474
475
static int f_flush (lua_State *L) {
476
return pushresult(L, fflush(tofile(L)) == 0, NULL);
477
}
478
479
480
static const luaL_Reg iolib[] = {
Callers
nothing calls this directly
Calls
2
pushresult
Function · 0.85
tofile
Function · 0.85
Tested by
no test coverage detected