MCPcopy Create free account
hub / github.com/gogs/gogs / Error

Method Error

internal/database/webhook.go:250–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248}
249
250func (err ErrWebhookNotExist) Error() string {
251 return fmt.Sprintf("webhook does not exist: %v", err.args)
252}
253
254func (ErrWebhookNotExist) NotFound() bool {
255 return true

Callers 7

AfterSetMethod · 0.45
SlackMetaMethod · 0.45
AfterSetMethod · 0.45
ToJSONMethod · 0.45
prepareHookTasksFunction · 0.45
deliverMethod · 0.45
DeliverHooksFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected