Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
735
static int aux_flush (lua_State *L, FILE *f) {
736
errno = 0;
737
return luaL_fileresult(L, fflush(f) == 0, NULL);
738
}
739
740
741
static int f_flush (lua_State *L) {
Callers
2
f_flush
Function · 0.85
io_flush
Function · 0.85
Calls
1
luaL_fileresult
Function · 0.70
Tested by
no test coverage detected