| 155 | } |
| 156 | |
| 157 | MutationBatcher::MutationBatcher(spanner::Client client) |
| 158 | : client_(std::move(client)) {} |
| 159 | |
| 160 | future<Status> MutationBatcher::Push(gcs::ObjectMetadata const& o) { |
| 161 | std::unique_lock lk(mu_); |
nothing calls this directly
no outgoing calls
no test coverage detected