MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / empty_graph_runs_clean

Function empty_graph_runs_clean

native/shared/src/renderer/graph.rs:283–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

281
282 #[test]
283 fn empty_graph_runs_clean() {
284 let graph: Graph<'_, TestCtx> = Graph::new();
285 let mut ctx = Vec::new();
286 graph.execute(&mut ctx).unwrap();
287 assert!(ctx.is_empty());
288 }
289
290 #[test]
291 fn single_node_runs() {

Callers

nothing calls this directly

Calls 1

executeMethod · 0.80

Tested by

no test coverage detected