MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / f_flush

Function f_flush

Source/Misc/lua/src/lua.c:12386–12388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12384
12385
12386static int f_flush (lua_State *L) {
12387return pushresult(L, fflush(tofile(L)) == 0, NULL);
12388}
12389
12390
12391static const luaL_Reg iolib[] = {

Callers

nothing calls this directly

Calls 2

pushresultFunction · 0.85
tofileFunction · 0.85

Tested by

no test coverage detected