Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
func
(l loadedIdentity) Keys() ([]*identity.Key, error) {
134
return
l.Interface.Keys(), nil
135
}
136
137
func
(l loadedIdentity) IsProtected() (bool, error) {
138
return
l.Interface.IsProtected(), nil
Callers
nothing calls this directly
Calls
1
Keys
Method · 0.65
Tested by
no test coverage detected