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

Enum ExtNode

src/analysis/postdom/mod.rs:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216
217#[derive(Clone, Copy, Debug, PartialEq, Eq)]
218pub enum ExtNode<N: Idx> {
219 Real(Option<N>),
220 Fake,
221}
222
223impl<N: Idx> ExtNode<N> {
224 pub fn is_none(&self) -> bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected