(&self, _dep_id: NodeId)
| 513 | } |
| 514 | |
| 515 | fn get_rev_deps(&self, _dep_id: NodeId) -> Result<Vec<NodeId>, PristineError> { |
| 516 | Ok(Vec::new()) |
| 517 | } |
| 518 | |
| 519 | fn has_change_in_graph(&self, _change_id: NodeId) -> Result<bool, PristineError> { |
| 520 | Ok(false) |
no outgoing calls
no test coverage detected