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