Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_varint
Function · 0.45
decode
Function · 0.45
counter_reset
Function · 0.45
non_monotonic_gauge
Function · 0.45
streaming_encoder_matches_batch
Function · 0.45
Calls
no outgoing calls
Tested by
3
counter_reset
Function · 0.36
non_monotonic_gauge
Function · 0.36
streaming_encoder_matches_batch
Function · 0.36