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

Function LogError

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

Source from the content-addressed store, hash-verified

151}
152
153void LogError(std::string const& msg) {
154 std::cerr << LogFormat("error", msg) << "\n";
155}
156
157MutationBatcher::MutationBatcher(spanner::Client client)
158 : client_(std::move(client)) {}

Callers 1

IndexGcsPrefixFunction · 0.70

Calls 1

LogFormatFunction · 0.70

Tested by

no test coverage detected