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

Method skip_row

crates/commitlog/src/payload/txdata.rs:691–694  ·  view source on GitHub ↗
(&mut self, _table_id: TableId, reader: &mut R)

Source from the content-addressed store, hash-verified

689 }
690
691 fn skip_row<'a, R: BufReader<'a>>(&mut self, _table_id: TableId, reader: &mut R) -> Result<(), Self::Error> {
692 ProductValue::decode(&SOME_PV_TY, reader)?;
693 Ok(())
694 }
695 }
696
697 proptest! {

Callers 1

skipMethod · 0.45

Calls 2

decodeFunction · 0.85
OkFunction · 0.50

Tested by

no test coverage detected