MCPcopy Create free account
hub / github.com/defold/defold / io_flush

Function io_flush

engine/lua/src/lua/liolib.c:471–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469
470
471static int io_flush (lua_State *L) {
472 return pushresult(L, fflush(getiofile(L, IO_OUTPUT)) == 0, NULL);
473}
474
475
476static int f_flush (lua_State *L) {

Callers

nothing calls this directly

Calls 2

pushresultFunction · 0.85
getiofileFunction · 0.85

Tested by

no test coverage detected