MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / is_dir

Method is_dir

atomic-core/src/record/item.rs:387–389  ·  view source on GitHub ↗

Check if this is a directory. # Returns `true` if this metadata represents a directory.

(&self)

Source from the content-addressed store, hash-verified

385 ///
386 /// `true` if this metadata represents a directory.
387 pub fn is_dir(&self) -> bool {
388 self.is_directory
389 }
390
391 /// Check if this file is executable.
392 ///

Callers 15

open_repositoryFunction · 0.80
delete_fileMethod · 0.80
add_pathMethod · 0.80
resolve_destinationMethod · 0.80
runMethod · 0.80
add_dir_recursiveFunction · 0.80
load_identity_by_idFunction · 0.80

Calls

no outgoing calls