()
| 58 | } |
| 59 | |
| 60 | func (g *Config) RemoteName() string { |
| 61 | if g.ManagedRepo { |
| 62 | return "__rill_remote" |
| 63 | } |
| 64 | return "origin" |
| 65 | } |
| 66 | |
| 67 | func CloneRepo(repoURL string) (string, error) { |
| 68 | endpoint, err := transport.NewEndpoint(repoURL) |
no outgoing calls
no test coverage detected