pub fn materialize_node(
snapshot: &GraphSnapshot,
node_id: NodeId,
) -> Option<MaterializedNode>Expand description
Materialize a graph node into a crate-agnostic MaterializedNode.
Returns None if the node does not exist or has an empty qualified name
after resolution. Consumers build protocol-specific types from the returned
value.