Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ onReadable
Method
onReadable
fdbrpc/sim2.actor.cpp:258–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
257
Future<Void> onWritable() override { return whenWritable(this); }
258
Future<Void> onReadable() override { return whenReadable(this); }
259
260
bool isPeerGone() const { return !peer || peerProcess->failed; }
261
Callers
2
readMsg
Method · 0.45
Future<int> read_into_string
Function · 0.45
Calls
no outgoing calls
Tested by
1
readMsg
Method · 0.36