(
&self,
_pos: crate::types::Position<NodeId>,
)
| 383 | } |
| 384 | |
| 385 | fn find_block( |
| 386 | &self, |
| 387 | _pos: crate::types::Position<NodeId>, |
| 388 | ) -> Result<GraphNode<NodeId>, PristineError> { |
| 389 | Ok(GraphNode::ROOT) |
| 390 | } |
| 391 | |
| 392 | fn find_block_end( |
| 393 | &self, |
no outgoing calls
no test coverage detected