| 331 | /// Metadata information about a file. |
| 332 | #[derive(Clone)] |
| 333 | pub struct Metadata { |
| 334 | is_dir : bool |
| 335 | } |
| 336 | |
| 337 | impl Metadata { |
| 338 | /// Returns true if this metadata is for a directory. The result |
nothing calls this directly
no outgoing calls
no test coverage detected