Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
15
pub enum DefUse {
16
Def,
17
Use,
18
Drop,
19
}
20
21
pub fn categorize(context: PlaceContext) -> Option<DefUse> {
22
match context {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected