MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / io_flush

Function io_flush

3rd/lua-5.4.3/src/liolib.c:728–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726
727
728static int io_flush (lua_State *L) {
729 return luaL_fileresult(L, fflush(getiofile(L, IO_OUTPUT)) == 0, NULL);
730}
731
732
733static int f_flush (lua_State *L) {

Callers

nothing calls this directly

Calls 2

luaL_fileresultFunction · 0.85
getiofileFunction · 0.85

Tested by

no test coverage detected