| 2191 | } |
| 2192 | |
| 2193 | void FileMetaDataBuilder::SetIndexLocations(IndexKind kind, |
| 2194 | const IndexLocations& locations) { |
| 2195 | impl_->SetIndexLocations(kind, locations); |
| 2196 | } |
| 2197 | |
| 2198 | std::unique_ptr<FileMetaData> FileMetaDataBuilder::Finish( |
| 2199 | const std::shared_ptr<const KeyValueMetadata>& key_value_metadata) { |
no outgoing calls
no test coverage detected