MCPcopy 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
79func (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
87func (li *lazyIdentity) AvatarUrl() (string, error) {
88 id, err := li.load()

Callers

nothing calls this directly

Calls 2

loadMethod · 0.95
LoginMethod · 0.65

Tested by

no test coverage detected