MCPcopy Create free account
hub / github.com/bytebase/bytebase / canRequestIssue

Function canRequestIssue

backend/api/v1/issue_service.go:1372–1374  ·  view source on GitHub ↗
(issueCreatorEmail string, user *store.UserMessage)

Source from the content-addressed store, hash-verified

1370}
1371
1372func canRequestIssue(issueCreatorEmail string, user *store.UserMessage) bool {
1373 return issueCreatorEmail == user.Email
1374}

Callers 2

RequestIssueMethod · 0.85
RetryIssueApprovalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected