(repo_dir: &Path, home_dir: &Path)
| 37 | } |
| 38 | |
| 39 | fn init_repo(repo_dir: &Path, home_dir: &Path) { |
| 40 | assert!(atomic(repo_dir, home_dir, &["init"]).status.success()); |
| 41 | } |
| 42 | |
| 43 | fn goal_node(id: &str, summary: &str) -> ProvenanceNode { |
| 44 | ProvenanceNode { |
no outgoing calls
no test coverage detected