MCPcopy
hub / github.com/git-lfs/git-lfs / BaseChannelWrapper

Struct BaseChannelWrapper

tools/channels.go:15–17  ·  view source on GitHub ↗

Base implementation of channel wrapper to just deal with errors

Source from the content-addressed store, hash-verified

13
14// Base implementation of channel wrapper to just deal with errors
15type BaseChannelWrapper struct {
16 errorChan <-chan error
17}
18
19func (w *BaseChannelWrapper) Wait() error {
20 var multiErr error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected