Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ io_write
Function
io_write
src/base/io.cpp:212–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
unsigned io_write(IOHANDLE io, const void *buffer, unsigned size)
213
{
214
return fwrite(buffer, 1, size, (FILE *)io);
215
}
216
217
bool io_write_newline(IOHANDLE io)
218
{
Callers
15
AutoStatCSV
Method · 0.85
Dump
Method · 0.85
CallbackSaveSound
Method · 0.85
ConDrySave
Method · 0.85
ExtractMapSounds
Function · 0.85
Process
Function · 0.85
ProcessServerPacket
Method · 0.85
Run
Method · 0.85
Start
Method · 0.85
FlushChunk
Method · 0.85
Stop
Method · 0.85
SavePng
Method · 0.85
Calls
no outgoing calls
Tested by
6
Expect
Method · 0.68
ExpectFull
Method · 0.68
TestFileRead
Function · 0.68
TestFileLength
Function · 0.68
TEST
Function · 0.68
TestFileLineReaderRaw
Function · 0.68