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

Method updateTssEndpoint

fdbrpc/QueueModel.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void QueueModel::updateTssEndpoint(uint64_t endpointId, const TSSEndpointData& tssData) {
64 auto& d = data[endpointId];
65 d.tssData = tssData;
66}
67
68void QueueModel::removeTssEndpoint(uint64_t endpointId) {
69 auto& d = data[endpointId];

Callers 1

addTssMappingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected