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:121–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
}
120
121
func
(l loadedIdentity) Email() (string, error) {
122
return
l.Interface.Email(), nil
123
}
124
125
func
(l loadedIdentity) Login() (string, error) {
126
return
l.Interface.Login(), nil
Callers
nothing calls this directly
Calls
1
Email
Method · 0.65
Tested by
no test coverage detected