MCPcopy Create free account
hub / github.com/git-bug/git-bug / Id

Method Id

api/graphql/models/lazy_identity.go:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14// This interface is used to wrap either a lazyIdentity or a loadedIdentity depending on the situation.
15type IdentityWrapper interface {
16 Id() entity.Id
17 Name() string
18 Email() (string, error)
19 Login() (string, error)

Callers 2

loadMethod · 0.65
IdMethod · 0.65

Implementers 3

Identityentities/identity/identity.go
IdentityStubentities/identity/identity_stub.go
lazyIdentityapi/graphql/models/lazy_identity.go

Calls

no outgoing calls

Tested by

no test coverage detected