MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / append_log_batch

Method append_log_batch

nodedb/src/wal/manager/append.rs:127–135  ·  view source on GitHub ↗
(
        &self,
        tid: TenantId,
        vs: VShardId,
        db: DatabaseId,
        p: &[u8],
    )

Source from the content-addressed store, hash-verified

125 }
126
127 pub fn append_log_batch(
128 &self,
129 tid: TenantId,
130 vs: VShardId,
131 db: DatabaseId,
132 p: &[u8],
133 ) -> crate::Result<Lsn> {
134 self.append_record(RecordType::LogBatch, tid, vs, db, p)
135 }
136
137 pub fn append_array_put(
138 &self,

Callers

nothing calls this directly

Calls 1

append_recordMethod · 0.80

Tested by

no test coverage detected