MCPcopy Create free account
hub / github.com/CodeSentryAI/lockbud / is_none

Method is_none

src/analysis/postdom/mod.rs:224–226  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

222
223impl<N: Idx> ExtNode<N> {
224 pub fn is_none(&self) -> bool {
225 matches!(self, ExtNode::Real(None))
226 }
227}
228
229#[derive(Clone, Debug)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected