Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ io_read
Function
io_read
server/src/system.c:300–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
}
299
300
unsigned io_read(IOHANDLE io, void *buffer, unsigned size)
301
{
302
return fread(buffer, 1, size, (FILE*)io);
303
}
304
305
unsigned io_skip(IOHANDLE io, int size)
306
{
Callers
1
ReadConfig
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected