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

Method NewFromGitUser

cache/identity_subcache.go:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85}
86
87func (c *RepoCacheIdentity) NewFromGitUser() (*IdentityCache, error) {
88 return c.NewFromGitUserRaw(nil)
89}
90
91func (c *RepoCacheIdentity) NewFromGitUserRaw(metadata map[string]string) (*IdentityCache, error) {
92 i, err := identity.NewFromGitUser(c.repo)

Callers

nothing calls this directly

Calls 1

NewFromGitUserRawMethod · 0.95

Tested by

no test coverage detected