Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
impl std::ops::Deref for ColumnMmap {
90
type Target = [u8];
91
fn deref(&self) -> &Self::Target {
92
self.backing.bytes()
93
}
94
}
95
96
impl Drop for ColumnMmap {
Callers
nothing calls this directly
Calls
1
bytes
Method · 0.45
Tested by
no test coverage detected