Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ f_flush
Function
f_flush
engine/lua/src/lua/liolib.c:476–478 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
474
475
476
static int f_flush (lua_State *L) {
477
return pushresult(L, fflush(tofile(L)) == 0, NULL);
478
}
479
480
481
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