Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ f_flush
Function
f_flush
Source/Misc/lua/src/lua.c:12386–12388 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12384
12385
12386
static int f_flush (lua_State *L) {
12387
return pushresult(L, fflush(tofile(L)) == 0, NULL);
12388
}
12389
12390
12391
static const luaL_Reg iolib[] = {
Callers
nothing calls this directly
Calls
2
pushresult
Function · 0.85
tofile
Function · 0.85
Tested by
no test coverage detected