Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/cake
/ data_len
Method
data_len
cake-core/src/utils/split.rs:50–52 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
48
}
49
50
fn data_len(&self) -> usize {
51
self.data.len()
52
}
53
}
54
55
fn load_index(data_path: &Path) -> Result<Index> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected