MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / f_flush

Function f_flush

deps/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.85
tofileFunction · 0.85

Tested by

no test coverage detected