Returns `true` if `path` refers to a collection of objects
(&self)
| 202 | |
| 203 | /// Returns `true` if `path` refers to a collection of objects |
| 204 | pub fn is_collection(&self) -> bool { |
| 205 | self.url.path().ends_with(DELIMITER) |
| 206 | } |
| 207 | |
| 208 | /// Returns the file extension of the last path segment if it exists |
| 209 | /// |
no test coverage detected