MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/cpp-samples / MutationBatcher

Method MutationBatcher

getting-started/gke/index_gcs.cc:157–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157MutationBatcher::MutationBatcher(spanner::Client client)
158 : client_(std::move(client)) {}
159
160future<Status> MutationBatcher::Push(gcs::ObjectMetadata const& o) {
161 std::unique_lock lk(mu_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected