Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
void BusSocket::startAsyncRead( ReadFn readFn ) {
40
mSocket.startAsyncRead( readFn );
41
}
42
43
size_t BusSocket::write( const char* buffer, const size_t& size ) {
44
size_t sent = 0;
Callers
5
start
Method · 0.45
processRequest
Method · 0.45
socketConnect
Method · 0.45
start
Method · 0.45
start
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected