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

Class DataDeps

src/analysis/datadep/mod.rs:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45#[derive(Clone, Debug)]
46pub struct DataDeps {
47 immediate_deps: IndexVec<Local, IndexVec<Local, bool>>,
48}
49
50impl DataDeps {
51 fn immediate_dep(&self, local: Local) -> FxHashSet<Local> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected