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

Method blk_data_offset

src/fs/directory_read.rs:34–37  ·  view source on GitHub ↗

Block data offset

(&self)

Source from the content-addressed store, hash-verified

32
33 // Block data offset
34 pub fn blk_data_offset(&self) -> usize
35 {
36 self.blk_data_offset
37 }
38
39 // Read u8
40 read_ui_func!(read_u8, u8);

Callers 4

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