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

Function io_flush

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

Source from the content-addressed store, hash-verified

744
745
746static int io_flush (lua_State *L) {
747 return aux_flush(L, getiofile(L, IO_OUTPUT));
748}
749
750
751/*

Callers

nothing calls this directly

Calls 2

aux_flushFunction · 0.85
getiofileFunction · 0.70

Tested by

no test coverage detected