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

Method Wait

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

Call this after processing results channel to check for async errors

()

Source from the content-addressed store, hash-verified

9type ChannelWrapper interface {
10 // Call this after processing results channel to check for async errors
11 Wait() error
12}
13
14// Base implementation of channel wrapper to just deal with errors

Callers 15

WaitMethod · 0.65
runCatFileBatchFunction · 0.65
runCatFileBatchCheckFunction · 0.65
scanStashedFunction · 0.65
parseScannerLogOutputFunction · 0.65
scanIndexFunction · 0.65
pipeExtensionsFunction · 0.65
runScanTreeFunction · 0.65
runScanLFSFilesFunction · 0.65
catFileBatchTreeFunction · 0.65
lsBlobsFunction · 0.65

Implementers 5

BaseChannelWrappertools/channels.go
fastWalkertools/filetools.go
Cmdsubprocess/cmd.go
abortableWaitGrouptq/transfer_queue.go
TransferQueuetq/transfer_queue.go

Calls

no outgoing calls

Tested by

no test coverage detected