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

Method Keys

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

Source from the content-addressed store, hash-verified

131}
132
133func (l loadedIdentity) Keys() ([]*identity.Key, error) {
134 return l.Interface.Keys(), nil
135}
136
137func (l loadedIdentity) IsProtected() (bool, error) {
138 return l.Interface.IsProtected(), nil

Callers

nothing calls this directly

Calls 1

KeysMethod · 0.65

Tested by

no test coverage detected