MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / items

Method items

src/fs/directory.rs:66–69  ·  view source on GitHub ↗

Items

(&self)

Source from the content-addressed store, hash-verified

64
65 // Items
66 pub fn items(&self) -> ReadDirectory
67 {
68 ReadDirectory::from(self.clone())
69 }
70
71
72 // Delete item

Callers 6

shcompFunction · 0.80
findMethod · 0.80
item_delMethod · 0.80
item_updateMethod · 0.80
new_itemMethod · 0.80
update_itemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected