Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworklabs/SpacetimeDB
/ filled_len
Method
filled_len
crates/commitlog/src/stream/common.rs:140–142 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
138
}
139
140
pub fn filled_len(&self) -> usize {
141
self.header.len() + self.body.len()
142
}
143
}
144
145
pub(super) enum DidReadExact {
Callers
nothing calls this directly
Calls
1
len
Method · 0.45
Tested by
no test coverage detected