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

Method Keys

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

Source from the content-addressed store, hash-verified

93}
94
95func (li *lazyIdentity) Keys() ([]*identity.Key, error) {
96 id, err := li.load()
97 if err != nil {
98 return nil, err
99 }
100 return id.Keys(), nil
101}
102
103func (li *lazyIdentity) IsProtected() (bool, error) {
104 id, err := li.load()

Callers

nothing calls this directly

Calls 2

loadMethod · 0.95
KeysMethod · 0.65

Tested by

no test coverage detected