MCPcopy Index your code
hub / github.com/perkeep/perkeep / Set

Method Set

pkg/server/sync.go:1144–1150  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

1142}
1143
1144func (ce *chanError) Set(err error) {
1145 if ce.Wrap != nil && err != nil {
1146 err = ce.Wrap(err)
1147 }
1148 ce.err = err
1149 ce.received = true
1150}
1151
1152func (ce *chanError) Get() error {
1153 if ce.received {

Callers 1

GetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected