Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gogs/gogs
/ Error
Method
Error
internal/database/comment.go:403–405 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
401
}
402
403
func
(err ErrCommentNotExist) Error() string {
404
return
fmt.Sprintf(
"comment does not exist: %v"
, err.args)
405
}
406
407
func
(ErrCommentNotExist) NotFound() bool {
408
return
true
Callers
5
mailParticipants
Method · 0.45
createComment
Function · 0.45
CreateIssueComment
Function · 0.45
UpdateComment
Function · 0.45
DeleteCommentByID
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected