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

Method flush

nodedb/src/data/executor/dispatch/array/tests_dispatch.rs:140–146  ·  view source on GitHub ↗
(&mut self, aid: &ArrayId)

Source from the content-addressed store, hash-verified

138 }
139
140 fn flush(&mut self, aid: &ArrayId) {
141 let r = self.send(ArrayOp::Flush {
142 array_id: aid.clone(),
143 wal_lsn: 0,
144 });
145 assert_eq!(r.status, Status::Ok, "flush failed: {r:?}");
146 }
147}
148
149fn cell(x: i64, y: i64, v: f64) -> ArrayPutCell {

Calls 2

sendMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected