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

Method push

nodedb-codec/src/delta.rs:178–180  ·  view source on GitHub ↗
(&mut self, value: i64)

Source from the content-addressed store, hash-verified

176 }
177
178 pub fn push(&mut self, value: i64) {
179 self.values.push(value);
180 }
181
182 pub fn push_batch(&mut self, values: &[i64]) {
183 self.values.extend_from_slice(values);

Callers 5

write_varintFunction · 0.45
decodeFunction · 0.45
counter_resetFunction · 0.45
non_monotonic_gaugeFunction · 0.45

Calls

no outgoing calls

Tested by 3

counter_resetFunction · 0.36
non_monotonic_gaugeFunction · 0.36