()
| 166 | } |
| 167 | |
| 168 | func (r *Repository) SourcePath() string { |
| 169 | return r.userRepoPath |
| 170 | } |
| 171 | |
| 172 | func (r *Repository) exists(ctx context.Context, id string) error { |
| 173 | if _, err := RunGitCommand(ctx, r.forkRepoPath, "rev-parse", "--verify", id); err != nil { |
no outgoing calls