MCPcopy 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
125func (l loadedIdentity) Login() (string, error) {
126 return l.Interface.Login(), nil
127}
128
129func (l loadedIdentity) AvatarUrl() (string, error) {
130 return l.Interface.AvatarUrl(), nil

Callers

nothing calls this directly

Calls 1

LoginMethod · 0.65

Tested by

no test coverage detected