Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ record
Function
record
native/shared/src/renderer/graph.rs:278–280 ·
view source on GitHub ↗
(name: &'static str)
Source
from the content-addressed store, hash-verified
276
type TestCtx = Vec<&'static str>;
277
278
fn record(name: &
'static str) -> RunFn<'
static, TestCtx> {
279
Box::new(move |ctx: &mut TestCtx| ctx.push(name))
280
}
281
282
#[test]
283
fn empty_graph_runs_clean() {
Callers
9
single_node_runs
Function · 0.85
data_dependency_orders_reads_after_writes
Function · 0.85
explicit_after_hint_orders_nodes
Function · 0.85
explicit_before_hint_orders_nodes
Function · 0.85
chain_of_three
Function · 0.85
parallel_branches_deterministic_by_declaration_order
Function · 0.85
unknown_after_is_reported
Function · 0.85
cycle_via_explicit_hints_is_rejected
Function · 0.85
concrete_frame_graph_sketches_correctly
Function · 0.85
Calls
1
push
Method · 0.45
Tested by
9
single_node_runs
Function · 0.68
data_dependency_orders_reads_after_writes
Function · 0.68
explicit_after_hint_orders_nodes
Function · 0.68
explicit_before_hint_orders_nodes
Function · 0.68
chain_of_three
Function · 0.68
parallel_branches_deterministic_by_declaration_order
Function · 0.68
unknown_after_is_reported
Function · 0.68
cycle_via_explicit_hints_is_rejected
Function · 0.68
concrete_frame_graph_sketches_correctly
Function · 0.68