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

Method callers

src/analysis/callgraph/mod.rs:145–147  ·  view source on GitHub ↗

Find all the callers that call target

(&self, target: InstanceId)

Source from the content-addressed store, hash-verified

143 self.graph.edge_weight(edge).cloned()
144 }
145
146 /// Find all the callers that call target
147 pub fn callers(&self, target: InstanceId) -> Vec<InstanceId> {
148 self.graph.neighbors_directed(target, Incoming).collect()
149 }
150

Callers 4

closure_defsite_argsFunction · 0.80
collect_manual_dropFunction · 0.80
detectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected