MCPcopy Create free account
hub / github.com/crownengine/crown / f_flush

Function f_flush

3rdparty/lua/src/liolib.c:475–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473
474
475static int f_flush (lua_State *L) {
476 return pushresult(L, fflush(tofile(L)) == 0, NULL);
477}
478
479
480static const luaL_Reg iolib[] = {

Callers

nothing calls this directly

Calls 2

pushresultFunction · 0.70
tofileFunction · 0.70

Tested by

no test coverage detected