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

Function erase_op

nodedb-array/src/sync/op_codec.rs:82–89  ·  view source on GitHub ↗
(array: &str, ms: u64)

Source from the content-addressed store, hash-verified

80 }
81
82 fn erase_op(array: &str, ms: u64) -> ArrayOp {
83 ArrayOp {
84 header: header(array, ms),
85 kind: ArrayOpKind::Erase,
86 coord: vec![CoordValue::Int64(3)],
87 attrs: None,
88 }
89 }
90
91 #[test]
92 fn roundtrip_put() {

Callers 1

roundtrip_eraseFunction · 0.85

Calls 1

headerFunction · 0.70

Tested by 1

roundtrip_eraseFunction · 0.68