Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
func
(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
79
func
(li *lazyIdentity) Login() (string, error) {
80
id, err := li.load()
Callers
nothing calls this directly
Calls
2
load
Method · 0.95
Email
Method · 0.65
Tested by
no test coverage detected