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

Method Email

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

Source from the content-addressed store, hash-verified

119}
120
121func (l loadedIdentity) Email() (string, error) {
122 return l.Interface.Email(), nil
123}
124
125func (l loadedIdentity) Login() (string, error) {
126 return l.Interface.Login(), nil

Callers

nothing calls this directly

Calls 1

EmailMethod · 0.65

Tested by

no test coverage detected