(directory: &Path)
| 193 | } |
| 194 | |
| 195 | fn snapshot_git_dir(directory: &Path) -> PathBuf { |
| 196 | directory.join(".opencode").join("snapshot") |
| 197 | } |
| 198 | |
| 199 | fn ensure_snapshot_repo(directory: &Path) -> Result<PathBuf> { |
| 200 | let git_dir = snapshot_git_dir(directory); |
no outgoing calls
no test coverage detected