| 152 | } |
| 153 | |
| 154 | std::size_t ColumnCount() { return Columns().size(); } |
| 155 | |
| 156 | spanner::Mutation UpdateObjectMetadata(gcs::ObjectMetadata const& object) { |
| 157 | auto const& columns = Columns(); |
nothing calls this directly
no outgoing calls
no test coverage detected