MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / DummyNode

Class DummyNode

crates/firewheel-graph/src/graph/dummy_node.rs:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7/// A "dummy" [`AudioNode`], a node which does nothing.
8#[derive(Default, Debug, Clone, Copy, PartialEq, Eq)]
9pub(crate) struct DummyNode;
10
11/// The configuration for a [`DummyNode`], a node which does nothing.
12#[derive(Default, Debug, Clone, Copy, PartialEq, Eq)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected