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

Function row

nodedb/src/control/trigger/batch/collector.rs:357–359  ·  view source on GitHub ↗
(id: &str)

Source from the content-addressed store, hash-verified

355 use super::*;
356
357 fn row(id: &str) -> TriggerBatchRow {
358 TriggerBatchRow::from_decoded(Some(HashMap::new()), None, id.to_string())
359 }
360
361 #[test]
362 fn collect_up_to_batch_size() {

Callers 4

collect_up_to_batch_sizeFunction · 0.70
flush_partial_batchFunction · 0.70

Calls 1

to_stringMethod · 0.80

Tested by 4

collect_up_to_batch_sizeFunction · 0.56
flush_partial_batchFunction · 0.56