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

Function delete_op

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

Source from the content-addressed store, hash-verified

71 }
72
73 fn delete_op(array: &str, ms: u64) -> ArrayOp {
74 ArrayOp {
75 header: header(array, ms),
76 kind: ArrayOpKind::Delete,
77 coord: vec![CoordValue::Int64(2)],
78 attrs: None,
79 }
80 }
81
82 fn erase_op(array: &str, ms: u64) -> ArrayOp {
83 ArrayOp {

Callers 1

roundtrip_deleteFunction · 0.70

Calls 1

headerFunction · 0.70

Tested by 1

roundtrip_deleteFunction · 0.56