Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
func
(err ErrWebhookNotExist) Error() string {
251
return
fmt.Sprintf(
"webhook does not exist: %v"
, err.args)
252
}
253
254
func
(ErrWebhookNotExist) NotFound() bool {
255
return
true
Callers
7
AfterSet
Method · 0.45
SlackMeta
Method · 0.45
AfterSet
Method · 0.45
ToJSON
Method · 0.45
prepareHookTasks
Function · 0.45
deliver
Method · 0.45
DeliverHooks
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected