MCPcopy Create free account
hub / github.com/NthTensor/Forte / scope_panic_propagate_from_closure

Function scope_panic_propagate_from_closure

src/scope.rs:1449–1456  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1447 assert_eq!(i + 1, j);
1448 }
1449 });
1450
1451 THREAD_POOL.depopulate();
1452 }
1453
1454 struct Tree<T: Send> {
1455 value: T,
1456 children: Vec<Tree<T>>,
1457 }
1458
1459 impl<T: Send> Tree<T> {

Callers

nothing calls this directly

Calls 3

resize_to_availableMethod · 0.80
scopeMethod · 0.80
depopulateMethod · 0.80

Tested by

no test coverage detected