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

Method nodes

src/analysis/pointsto/mod.rs:295–297  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

293 }
294
295 fn nodes(&self) -> Vec<ConstraintNode<'tcx>> {
296 self.node_map.keys().cloned().collect::<_>()
297 }
298
299 fn edges(&self) -> Vec<(ConstraintNode<'tcx>, ConstraintNode<'tcx>, ConstraintEdge)> {
300 let mut v = Vec::new();

Callers 2

analyzeMethod · 0.80
add_partial_copyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected