MCPcopy Create free account
hub / github.com/cosdata/cosdata / FileOffset

Class FileOffset

src/models/types.rs:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84#[derive(Debug, Copy, Clone, Serialize, Deserialize, PartialEq, Eq, Hash)]
85pub struct FileOffset(pub u32);
86
87#[derive(Debug, Copy, Clone, Serialize, Deserialize, PartialEq, Eq, Hash)]
88pub struct BytesToRead(pub u32);

Callers 15

next_level_0_offsetMethod · 0.85
next_offsetMethod · 0.85
deserializeMethod · 0.85
write_prop_value_to_fileFunction · 0.85
newMethod · 0.85
find_or_create_nodeMethod · 0.85
deserializeMethod · 0.85
insertMethod · 0.85
newMethod · 0.85
find_or_create_nodeMethod · 0.85

Calls

no outgoing calls