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

Function io_flush

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

Source from the content-addressed store, hash-verified

473
474
475static int io_flush (lua_State *L) {
476 return pushresult(L, fflush(getiofile(L, IO_OUTPUT)) == 0, NULL);
477}
478
479
480static 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