(
&self,
_pos: crate::types::Position<NodeId>,
)
| 495 | } |
| 496 | |
| 497 | fn find_block( |
| 498 | &self, |
| 499 | _pos: crate::types::Position<NodeId>, |
| 500 | ) -> Result<GraphNode<NodeId>, PristineError> { |
| 501 | Ok(GraphNode::ROOT) |
| 502 | } |
| 503 | |
| 504 | fn find_block_end( |
| 505 | &self, |
no outgoing calls
no test coverage detected