MCPcopy 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_areaMethod · 0.80
readFunction · 0.70

Tested by

no test coverage detected