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

Enum DefUse

src/analysis/defuse/mod.rs:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14#[derive(Eq, PartialEq, Clone)]
15pub enum DefUse {
16 Def,
17 Use,
18 Drop,
19}
20
21pub fn categorize(context: PlaceContext) -> Option<DefUse> {
22 match context {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected