MCPcopy Create free account
hub / github.com/git-bug/git-bug / lazyIdentity

Struct lazyIdentity

api/graphql/models/lazy_identity.go:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26var _ IdentityWrapper = &lazyIdentity{}
27
28type lazyIdentity struct {
29 cache *cache.RepoCache
30 excerpt *cache.IdentityExcerpt
31
32 mu sync.Mutex
33 id *cache.IdentityCache
34}
35
36func NewLazyIdentity(cache *cache.RepoCache, excerpt *cache.IdentityExcerpt) *lazyIdentity {
37 return &lazyIdentity{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected