Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
size_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
makeRequest
Method · 0.45
makeResponse
Method · 0.45
Calls
1
send
Method · 0.45
Tested by
no test coverage detected