MCPcopy 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
27type UniqueIDRepo interface {
28 GenUniqueIDStr(ctx context.Context, key string) (uniqueID string, err error)
29}

Callers 10

initDefaultContentMethod · 0.95
initDefaultBadgesMethod · 0.95
addBadgesFunction · 0.95
AddCollectionMethod · 0.65
AwardBadgeForUserMethod · 0.65
AddTagListMethod · 0.65
AddCommentMethod · 0.65
AddAnswerMethod · 0.65
AddQuestionMethod · 0.65
AddReportMethod · 0.65

Implementers 1

uniqueIDRepointernal/repo/unique/uniqid_repo.go

Calls

no outgoing calls

Tested by

no test coverage detected