Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/answer
/ GenUniqueIDStr
Method
GenUniqueIDStr
internal/service/unique/uniqid_service.go:28–28 ·
view source on GitHub ↗
(ctx context.Context, key string)
Source
from the content-addressed store, hash-verified
26
// UniqueIDRepo unique id repository
27
type
UniqueIDRepo
interface
{
28
GenUniqueIDStr(ctx context.Context, key string) (uniqueID string, err error)
29
}
Callers
10
initDefaultContent
Method · 0.95
initDefaultBadges
Method · 0.95
addBadges
Function · 0.95
AddCollection
Method · 0.65
AwardBadgeForUser
Method · 0.65
AddTagList
Method · 0.65
AddComment
Method · 0.65
AddAnswer
Method · 0.65
AddQuestion
Method · 0.65
AddReport
Method · 0.65
Implementers
1
uniqueIDRepo
internal/repo/unique/uniqid_repo.go
Calls
no outgoing calls
Tested by
no test coverage detected