Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ f_flush
Function
f_flush
third-party/lua-5.5.0/src/liolib.c:741–743 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
739
740
741
static int f_flush (lua_State *L) {
742
return aux_flush(L, tofile(L));
743
}
744
745
746
static int io_flush (lua_State *L) {
Callers
nothing calls this directly
Calls
2
aux_flush
Function · 0.85
tofile
Function · 0.70
Tested by
no test coverage detected