Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git-bug/git-bug
/ Login
Method
Login
api/graphql/models/lazy_identity.go:79–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
func
(li *lazyIdentity) Login() (string, error) {
80
id, err := li.load()
81
if
err != nil {
82
return
""
, err
83
}
84
return
id.Login(), nil
85
}
86
87
func
(li *lazyIdentity) AvatarUrl() (string, error) {
88
id, err := li.load()
Callers
nothing calls this directly
Calls
2
load
Method · 0.95
Login
Method · 0.65
Tested by
no test coverage detected