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

Method push

nodedb-codec/src/double_delta.rs:294–296  ·  view source on GitHub ↗

Append a single i64 value.

(&mut self, value: i64)

Source from the content-addressed store, hash-verified

292
293 /// Append a single i64 value.
294 pub fn push(&mut self, value: i64) {
295 self.values.push(value);
296 }
297
298 /// Append a batch of i64 values.
299 pub fn push_batch(&mut self, values: &[i64]) {

Callers 4

write_bitMethod · 0.45
decodeFunction · 0.45
monotonic_with_jitterFunction · 0.45

Calls

no outgoing calls

Tested by 2

monotonic_with_jitterFunction · 0.36