| 2842 | } |
| 2843 | |
| 2844 | void 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 |
no test coverage detected