pub fn codegraph_to_graph_nodes(
cg: &CodeGraph,
_project_root: &Path,
) -> (Vec<Node>, Vec<Edge>)Expand description
Convert CodeGraph nodes and edges to graph-layer Nodes and Edges.
All resulting nodes have source: "extract", node_type: "code", status: Done.