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

Method Email

api/graphql/models/lazy_identity.go:71–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71func (li *lazyIdentity) Email() (string, error) {
72 id, err := li.load()
73 if err != nil {
74 return "", err
75 }
76 return id.Email(), nil
77}
78
79func (li *lazyIdentity) Login() (string, error) {
80 id, err := li.load()

Callers

nothing calls this directly

Calls 2

loadMethod · 0.95
EmailMethod · 0.65

Tested by

no test coverage detected