MCPcopy 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
476static int f_flush (lua_State *L) {
477 return pushresult(L, fflush(tofile(L)) == 0, NULL);
478}
479
480
481static const luaL_Reg iolib[] = {

Callers

nothing calls this directly

Calls 2

pushresultFunction · 0.85
tofileFunction · 0.85

Tested by

no test coverage detected