Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_size
Function · 0.70
flush_partial_batch
Function · 0.70
different_collection_flushes_old
Function · 0.70
different_operation_flushes_old
Function · 0.70
Calls
1
to_string
Method · 0.80
Tested by
4
collect_up_to_batch_size
Function · 0.56
flush_partial_batch
Function · 0.56
different_collection_flushes_old
Function · 0.56
different_operation_flushes_old
Function · 0.56