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

Function f_flush

third-party/lua-5.5.0/src/liolib.c:741–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739
740
741static int f_flush (lua_State *L) {
742 return aux_flush(L, tofile(L));
743}
744
745
746static int io_flush (lua_State *L) {

Callers

nothing calls this directly

Calls 2

aux_flushFunction · 0.85
tofileFunction · 0.70

Tested by

no test coverage detected