Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ io_close
Function
io_close
server/src/system.c:361–365 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
359
}
360
361
int io_close(IOHANDLE io)
362
{
363
fclose((FILE*)io);
364
return 1;
365
}
366
367
int io_flush(IOHANDLE io)
368
{
Callers
3
mem_debug_dump
Function · 0.85
JSONUpdateThread
Method · 0.85
ReadConfig
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected