MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / FeatureCommand

Class FeatureCommand

flow-rs/src/debug/feature.rs:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65pub struct FeatureCommand {
66 pub start: Box<dyn Fn(usize, serde_json::Value) + Send + Sync>,
67 pub stop: Box<dyn Fn(usize) + Send + Sync>,
68 pub disable: Box<dyn Fn() + Send + Sync>,
69}
70crate::collect!(String, FeatureCommand);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected