pub fn resolve(
nodes: &[NodeDef],
edges: &[EdgeDef],
_repo_root: &Path,
) -> Result<Vec<EdgeDef>>Expand description
Resolve raw parser edges into fully-qualified node IDs.
Import paths and call targets are matched against the known node set.
CALLS edges originating from test files are reclassified as TESTS
when the destination is a production symbol. Unresolvable edges are
kept so later analysis phases can still use them.