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

Enum ApproximateAliasKind

src/analysis/pointsto/mod.rs:661–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659/// We will report bugs of probaly and possibly kinds.
660#[derive(Copy, Clone, Debug, PartialEq, Eq)]
661pub enum ApproximateAliasKind {
662 Probably,
663 Possibly,
664 Unlikely,
665 Unknown,
666}
667
668/// Probably > Possibly > Unlikey > Unknown
669impl PartialOrd for ApproximateAliasKind {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected