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

Function delete_cell

nodedb/tests/bitemporal_array_basic.rs:75–86  ·  view source on GitHub ↗
(e: &mut ArrayEngine, x: i64, sys: i64, lsn: u64)

Source from the content-addressed store, hash-verified

73}
74
75fn delete_cell(e: &mut ArrayEngine, x: i64, sys: i64, lsn: u64) {
76 e.delete_cells(
77 &aid(),
78 vec![ArrayDeleteCell {
79 coord: vec![CoordValue::Int64(x)],
80 system_from_ms: sys,
81 erasure: false,
82 }],
83 lsn,
84 )
85 .unwrap();
86}
87
88fn attr_val(tiles: &[(u64, nodedb_array::tile::sparse_tile::SparseTile)], label: &str) -> i64 {
89 assert_eq!(

Calls 2

delete_cellsMethod · 0.80
aidFunction · 0.70

Tested by

no test coverage detected