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

Class DummyClapPluginProcessor

crates/firewheel-graph/src/lib.rs:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 fn clap_drop_ordering() {
44 struct DummyClapPlugin {}
45 struct DummyClapPluginProcessor {
46 state: CustomState,
47 }
48 #[derive(Clone)]
49 struct CustomState {
50 plugin_main_dropped: Arc<AtomicBool>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected