MCPcopy
hub / github.com/perkeep/perkeep / Get

Method Get

pkg/server/sync.go:1152–1158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1150}
1151
1152func (ce *chanError) Get() error {
1153 if ce.received {
1154 return ce.err
1155 }
1156 ce.Set(<-ce.C)
1157 return ce.err
1158}

Callers 1

validateShardPrefixMethod · 0.95

Calls 1

SetMethod · 0.95

Tested by

no test coverage detected