MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / f_flush

Function f_flush

extlibs/lua/src/liolib.c:718–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716
717
718static int f_flush (lua_State *L) {
719 return luaL_fileresult(L, fflush(tofile(L)) == 0, NULL);
720}
721
722
723/*

Callers

nothing calls this directly

Calls 2

tofileFunction · 0.85
luaL_fileresultFunction · 0.70

Tested by

no test coverage detected