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

Function updateTagMappings

fdbclient/NativeAPI.actor.cpp:2844–2848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2842}
2843
2844void updateTagMappings(Database cx, const GetKeyServerLocationsReply& reply) {
2845 for (const auto& mapping : reply.resultsTagMapping) {
2846 cx->addSSIdTagMapping(mapping.first, mapping.second);
2847 }
2848}
2849
2850// If isBackward == true, returns the shard containing the key before 'key' (an infinitely long, inexpressible key).
2851// Otherwise returns the shard containing key

Callers 1

whenFunction · 0.85

Calls 1

addSSIdTagMappingMethod · 0.80

Tested by

no test coverage detected