Skip to main content

symbol_from_graph_node

Function symbol_from_graph_node 

Source
pub fn symbol_from_graph_node(node: &GraphNode) -> Option<Symbol>
Expand description

Reconstruct a Symbol from a persisted sym:* GraphNode.

Returns None if the node ID doesn’t start with "sym:" or required payload fields are missing.