Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
shcomp
Function · 0.80
find
Method · 0.80
item_del
Method · 0.80
item_update
Method · 0.80
new_item
Method · 0.80
update_item
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected