MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / io_flush

Function io_flush

third-party/lua-5.2.4/src/liolib.c:577–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575
576
577static int io_flush (lua_State *L) {
578 return luaL_fileresult(L, fflush(getiofile(L, IO_OUTPUT)) == 0, NULL);
579}
580
581
582static int f_flush (lua_State *L) {

Callers

nothing calls this directly

Calls 2

luaL_fileresultFunction · 0.70
getiofileFunction · 0.70

Tested by

no test coverage detected