MCPcopy Index your code
hub / github.com/apache/devlake / getAccountIdGen

Function getAccountIdGen

backend/plugins/tapd/tasks/shared.go:57–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55var iterIdGen *didgen.DomainIdGenerator
56
57func getAccountIdGen() *didgen.DomainIdGenerator {
58 if accountIdGen == nil {
59 accountIdGen = didgen.NewDomainIdGenerator(&models.TapdAccount{})
60 }
61 return accountIdGen
62}
63
64func getWorkspaceIdGen() *didgen.DomainIdGenerator {
65 if workspaceIdGen == nil {

Callers 9

ConvertTaskChangelogFunction · 0.70
ConvertStoryChangelogFunction · 0.70
ConvertAccountsFunction · 0.70
ConvertWorklogFunction · 0.70
ConvertTaskFunction · 0.70
ConvertBugFunction · 0.70
ConvertStoryFunction · 0.70
ConvertBugChangelogFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected