Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1372
func
canRequestIssue(issueCreatorEmail string, user *store.UserMessage) bool {
1373
return
issueCreatorEmail == user.Email
1374
}
Callers
2
RequestIssue
Method · 0.85
RetryIssueApproval
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected