(&self, _dep_id: NodeId)
| 401 | } |
| 402 | |
| 403 | fn get_rev_deps(&self, _dep_id: NodeId) -> Result<Vec<NodeId>, PristineError> { |
| 404 | Ok(Vec::new()) |
| 405 | } |
| 406 | |
| 407 | fn has_change_in_graph(&self, _change_id: NodeId) -> Result<bool, PristineError> { |
| 408 | Ok(false) |
no outgoing calls
no test coverage detected