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

Class Item

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

Source from the content-addressed store, hash-verified

53 void Flush(std::unique_lock<std::mutex> const&);
54
55 struct Item {
56 spanner::Mutation mutation;
57 promise<Status> done;
58 };
59
60 spanner::Client client_;
61 std::mutex mu_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected