MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / push_edge

Method push_edge

src/extraction/java_extractor.rs:105–107  ·  view source on GitHub ↗
(&mut self, edge: Edge)

Source from the content-addressed store, hash-verified

103 }
104
105 fn push_edge(&mut self, edge: Edge) {
106 self.edges.push(edge);
107 }
108
109 fn push_unresolved_ref(&mut self, unresolved_ref: UnresolvedRef) {
110 self.unresolved_refs.push(unresolved_ref);

Callers 1

emit_annotation_usageFunction · 0.45

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected