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

Class DummyNodeConfig

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

Source from the content-addressed store, hash-verified

11/// The configuration for a [`DummyNode`], a node which does nothing.
12#[derive(Default, Debug, Clone, Copy, PartialEq, Eq)]
13pub(crate) struct DummyNodeConfig {
14 pub channel_config: ChannelConfig,
15}
16
17impl AudioNode for DummyNode {
18 type Configuration = DummyNodeConfig;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected