MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / Write

Method Write

Source/SysOSX/Debug/WebDebug.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116size_t WebDebugConnection::Write(const void * p, size_t len)
117{
118 mBytesWritten += len;
119 return WebbyWrite(mConnection, p, len);
120}
121
122void WebDebugConnection::Flush()
123{

Callers 1

ServeFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected