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

Method append_array_put

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

Source from the content-addressed store, hash-verified

135 }
136
137 pub fn append_array_put(
138 &self,
139 tid: TenantId,
140 vs: VShardId,
141 db: DatabaseId,
142 p: &[u8],
143 ) -> crate::Result<Lsn> {
144 self.append_record(RecordType::ArrayPut, tid, vs, db, p)
145 }
146
147 pub fn append_array_delete(
148 &self,

Callers 1

Calls 1

append_recordMethod · 0.80

Tested by

no test coverage detected