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

Function row

nodedb/tests/trigger_batching.rs:25–27  ·  view source on GitHub ↗
(id: &str)

Source from the content-addressed store, hash-verified

23// ---------------------------------------------------------------------------
24
25fn row(id: &str) -> TriggerBatchRow {
26 TriggerBatchRow::from_decoded(Some(std::collections::HashMap::new()), None, id.to_string())
27}
28
29#[test]
30fn collector_batches_at_threshold() {

Calls 1

to_stringMethod · 0.80

Tested by

no test coverage detected