Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworklabs/SpacetimeDB
/ encode_record
Method
encode_record
crates/commitlog/src/payload.rs:24–26 ·
view source on GitHub ↗
(&self, writer: &mut W)
Source
from the content-addressed store, hash-verified
22
23
impl<T: Encode> Encode for Arc<T> {
24
fn encode_record<W: BufWriter>(&self, writer: &mut W) {
25
(**self).encode_record(writer)
26
}
27
}
28
29
impl Encode for ProductValue {
Callers
1
commit
Method · 0.45
Calls
3
new
Function · 0.50
serialize
Method · 0.45
put_slice
Method · 0.45
Tested by
no test coverage detected