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

Method IsProtected

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

Source from the content-addressed store, hash-verified

101}
102
103func (li *lazyIdentity) IsProtected() (bool, error) {
104 id, err := li.load()
105 if err != nil {
106 return false, err
107 }
108 return id.IsProtected(), nil
109}
110
111var _ IdentityWrapper = &loadedIdentity{}
112

Callers

nothing calls this directly

Calls 2

loadMethod · 0.95
IsProtectedMethod · 0.65

Tested by

no test coverage detected