MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / encode_record

Method encode_record

crates/commitlog/src/payload/txdata.rs:496–498  ·  view source on GitHub ↗
(&self, writer: &mut W)

Source from the content-addressed store, hash-verified

494
495impl<T: Encode> Encode for Txdata<T> {
496 fn encode_record<W: BufWriter>(&self, writer: &mut W) {
497 self.encode(writer)
498 }
499}
500
501/// An operation (insert or delete) on a given table.

Callers

nothing calls this directly

Calls 1

encodeMethod · 0.45

Tested by

no test coverage detected