(ctx context.Context, branchName string)
| 40 | PushDefault(ctx context.Context) (git.PushDefault, error) |
| 41 | RemotePushDefault(ctx context.Context) (string, error) |
| 42 | PushRevision(ctx context.Context, branchName string) (git.RemoteTrackingRef, error) |
| 43 | } |
| 44 | |
| 45 | type finder struct { |
no outgoing calls
no test coverage detected