MCPcopy Create free account
hub / github.com/SpartanJ/eepp / write

Method write

src/tools/ecode/plugins/debugger/bussocket.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43size_t BusSocket::write( const char* buffer, const size_t& size ) {
44 size_t sent = 0;
45 mSocket.send( buffer, size, sent );
46 return sent;
47}
48
49} // namespace ecode

Callers 2

makeRequestMethod · 0.45
makeResponseMethod · 0.45

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected