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

Function cascade_depth_check_fails_over_limit

nodedb/tests/trigger_execution.rs:434–437  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

432
433#[test]
434fn cascade_depth_check_fails_over_limit() {
435 let result = nodedb::control::trigger::fire_common::check_cascade_depth(100, "orders");
436 assert!(result.is_err());
437}
438
439// ---------------------------------------------------------------------------
440// RowBindings: BEFORE constructors

Callers

nothing calls this directly

Calls 1

check_cascade_depthFunction · 0.85

Tested by

no test coverage detected