catalog: add missing function documentation.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
parent
c2f9149461
commit
4145c36749
@ -106,6 +106,7 @@ impl DirEntry {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Check if DirEntry is a directory
|
||||||
pub fn is_directory(&self) -> bool {
|
pub fn is_directory(&self) -> bool {
|
||||||
match self.attr {
|
match self.attr {
|
||||||
DirEntryAttribute::Directory { .. } => true,
|
DirEntryAttribute::Directory { .. } => true,
|
||||||
|
Loading…
Reference in New Issue
Block a user