()
| 695 | } |
| 696 | |
| 697 | func (err ErrDeployKeyNotExist) Error() string { |
| 698 | return fmt.Sprintf("deploy key does not exist: %v", err.args) |
| 699 | } |
| 700 | |
| 701 | func (ErrDeployKeyNotExist) NotFound() bool { |
| 702 | return true |
no outgoing calls
no test coverage detected