Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ io_write
Function
io_write
server/src/system.c:347–350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
}
346
347
unsigned io_write(IOHANDLE io, const void *buffer, unsigned size)
348
{
349
return fwrite(buffer, 1, size, (FILE*)io);
350
}
351
352
unsigned io_write_newline(IOHANDLE io)
353
{
Callers
3
logger_file
Function · 0.85
mem_debug_dump
Function · 0.85
JSONUpdateThread
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected