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

Method startAsyncRead

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

Source from the content-addressed store, hash-verified

37}
38
39void BusSocket::startAsyncRead( ReadFn readFn ) {
40 mSocket.startAsyncRead( readFn );
41}
42
43size_t BusSocket::write( const char* buffer, const size_t& size ) {
44 size_t sent = 0;

Callers 5

startMethod · 0.45
processRequestMethod · 0.45
socketConnectMethod · 0.45
startMethod · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected