MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/cpp-samples / operator()

Method operator()

getting-started/index_gcs_prefix.cc:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 if (std::chrono::steady_clock::now() >= deadline) {
117 struct SplitPoint {
118 std::string operator()(std::string const& s) { return s; }
119 std::string operator()(gcs::ObjectMetadata const& o) {
120 return o.name();
121 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected