MCPcopy Create free account
hub / github.com/apple/foundationdb / getTssData

Method getTssData

fdbrpc/QueueModel.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73Optional<TSSEndpointData> QueueModel::getTssData(uint64_t id) {
74 return data[id].tssData;
75}
76
77Optional<LoadBalancedReply> getLoadBalancedReply(const LoadBalancedReply* reply) {
78 return *reply;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected