MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / f_flush

Function f_flush

lua/liolib.c:480–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478
479
480static int f_flush (lua_State *L) {
481 return pushresult(L, fflush(tofile(L)) == 0, NULL);
482}
483
484
485static const luaL_Reg iolib[] = {

Callers

nothing calls this directly

Calls 2

pushresultFunction · 0.85
tofileFunction · 0.85

Tested by

no test coverage detected