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

Method construct_processor

crates/firewheel-graph/src/lib.rs:80–88  ·  view source on GitHub ↗
(
                &self,
                _: &Self::Configuration,
                cx: ConstructProcessorContext,
            )

Source from the content-addressed store, hash-verified

78 }
79
80 fn construct_processor(
81 &self,
82 _: &Self::Configuration,
83 cx: ConstructProcessorContext,
84 ) -> Result<impl AudioNodeProcessor, NodeError> {
85 let state = cx.custom_state::<CustomState>().unwrap().clone();
86
87 Ok(DummyClapPluginProcessor { state })
88 }
89 }
90
91 impl AudioNodeProcessor for DummyClapPluginProcessor {}

Callers 1

compileMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected