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.5.0/src/liolib.c:746–748 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
744
745
746
static 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_flush
Function · 0.85
getiofile
Function · 0.70
Tested by
no test coverage detected