Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ push_unresolved_ref
Method
push_unresolved_ref
src/extraction/java_extractor.rs:109–111 ·
view source on GitHub ↗
(&mut self, unresolved_ref: UnresolvedRef)
Source
from the content-addressed store, hash-verified
107
}
108
109
fn push_unresolved_ref(&mut self, unresolved_ref: UnresolvedRef) {
110
self.unresolved_refs.push(unresolved_ref);
111
}
112
}
113
114
impl JavaExtractor {
Callers
1
emit_annotation_usage
Function · 0.45
Calls
1
push
Method · 0.80
Tested by
no test coverage detected