MCPcopy 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
23impl<T: Encode> Encode for Arc<T> {
24 fn encode_record<W: BufWriter>(&self, writer: &mut W) {
25 (**self).encode_record(writer)
26 }
27}
28
29impl Encode for ProductValue {

Callers 1

commitMethod · 0.45

Calls 3

newFunction · 0.50
serializeMethod · 0.45
put_sliceMethod · 0.45

Tested by

no test coverage detected