MCPcopy Create free account
hub / github.com/ChainSafe/Delorean-Protocol / enabled

Method enabled

fendermint/vm/topdown/src/toggle.rs:25–27  ·  view source on GitHub ↗
(inner: P)

Source from the content-addressed store, hash-verified

23 }
24
25 pub fn enabled(inner: P) -> Self {
26 Self { inner: Some(inner) }
27 }
28
29 pub fn is_enabled(&self) -> bool {
30 self.inner.is_some()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected