Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ io_flush
Function
io_flush
third-party/lua-5.3.5/src/liolib.c:687–689 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
685
686
687
static int io_flush (lua_State *L) {
688
return luaL_fileresult(L, fflush(getiofile(L, IO_OUTPUT)) == 0, NULL);
689
}
690
691
692
static int f_flush (lua_State *L) {
Callers
nothing calls this directly
Calls
2
luaL_fileresult
Function · 0.70
getiofile
Function · 0.70
Tested by
no test coverage detected