MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / deref

Method deref

nodedb/src/engine/timeseries/columnar_segment/mmap.rs:91–93  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

89impl std::ops::Deref for ColumnMmap {
90 type Target = [u8];
91 fn deref(&self) -> &Self::Target {
92 self.backing.bytes()
93 }
94}
95
96impl Drop for ColumnMmap {

Callers

nothing calls this directly

Calls 1

bytesMethod · 0.45

Tested by

no test coverage detected