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

Function aux_flush

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

Source from the content-addressed store, hash-verified

733
734
735static int aux_flush (lua_State *L, FILE *f) {
736 errno = 0;
737 return luaL_fileresult(L, fflush(f) == 0, NULL);
738}
739
740
741static int f_flush (lua_State *L) {

Callers 2

f_flushFunction · 0.85
io_flushFunction · 0.85

Calls 1

luaL_fileresultFunction · 0.70

Tested by

no test coverage detected