(path string)
| 66 | } |
| 67 | |
| 68 | func (g gitRemoteLoader) Accept(path string) bool { |
| 69 | _, _, err := gitutil.ParseGitRef(path) |
| 70 | return err == nil |
| 71 | } |
| 72 | |
| 73 | var commitSHA = regexp.MustCompile(`^[a-f0-9]{40}$`) |
| 74 |
nothing calls this directly
no outgoing calls
no test coverage detected