Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ from
Method
from
src/fs/directory_read.rs:63–71 ·
view source on GitHub ↗
From
(directory: Directory)
Source
from the content-addressed store, hash-verified
61
{
62
// From
63
fn from(directory: Directory) -> Self
64
{
65
Self
66
{
67
directory,
68
blk: LinkBlk::read(directory.address()),
69
blk_data_offset: 0,
70
}
71
}
72
}
73
74
Callers
nothing calls this directly
Calls
2
read
Function · 0.70
address
Method · 0.45
Tested by
no test coverage detected