| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected