MCPcopy Index your code
hub / github.com/gogs/gogs / Error

Method Error

internal/database/ssh_key.go:697–699  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

SSHNativeParsePublicKeyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected