Get current graph from session (helper method)
(&self)
| 8812 | |
| 8813 | /// Get current graph from session (helper method) |
| 8814 | pub fn current_graph(&self) -> Option<GraphExpression> { |
| 8815 | // TODO: Get current graph from SessionManager |
| 8816 | // For now, return None to indicate no session graph is set |
| 8817 | None |
| 8818 | } |
| 8819 | |
| 8820 | /// Evaluate IS predicate expressions |
| 8821 | fn evaluate_is_predicate( |
no outgoing calls
no test coverage detected