Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
void LogError(std::string const& msg) {
154
std::cerr << LogFormat(
"error"
, msg) <<
"\n"
;
155
}
156
157
MutationBatcher::MutationBatcher(spanner::Client client)
158
: client_(std::move(client)) {}
Callers
1
IndexGcsPrefix
Function · 0.70
Calls
1
LogFormat
Function · 0.70
Tested by
no test coverage detected