Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ root
Method
root
src/fs/directory.rs:261–267 ·
view source on GitHub ↗
Root
()
Source
from the content-addressed store, hash-verified
259
260
// Root
261
pub fn root() -> Self
262
{
263
Self
264
{
265
address: SBlk::read().data_area()
266
}
267
}
268
269
270
// Update item
Callers
nothing calls this directly
Calls
2
data_area
Method · 0.80
read
Function · 0.70
Tested by
no test coverage detected