Skip to main content

materialize_node

Function materialize_node 

Source
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.