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

Method push_node

src/extraction/java_extractor.rs:101–103  ·  view source on GitHub ↗
(&mut self, node: Node)

Source from the content-addressed store, hash-verified

99 }
100
101 fn push_node(&mut self, node: Node) {
102 self.nodes.push(node);
103 }
104
105 fn push_edge(&mut self, edge: Edge) {
106 self.edges.push(edge);

Callers 1

emit_annotation_usageFunction · 0.45

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected