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

Class BytesToRead

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

Source from the content-addressed store, hash-verified

86
87#[derive(Debug, Copy, Clone, Serialize, Deserialize, PartialEq, Eq, Hash)]
88pub struct BytesToRead(pub u32);
89
90pub type PropPersistRef = (FileOffset, BytesToRead);
91

Callers 4

write_prop_value_to_fileFunction · 0.85
deserializeMethod · 0.85
deserialize_rawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected