Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ f_flush
Function
f_flush
extlibs/lua/src/liolib.c:718–720 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
716
717
718
static int f_flush (lua_State *L) {
719
return luaL_fileresult(L, fflush(tofile(L)) == 0, NULL);
720
}
721
722
723
/*
Callers
nothing calls this directly
Calls
2
tofile
Function · 0.85
luaL_fileresult
Function · 0.70
Tested by
no test coverage detected