MCPcopy Create free account
hub / github.com/AdRoll/baker / NoMoreFiles

Method NoMoreFiles

input/inpututils/compressedstream.go:238–240  ·  view source on GitHub ↗

Signal compressedInput that we've finished enqueuing files, and it can exit whenever it has finished processing what was already enqueued. This can be used by an input which has a fixed set of files to process.

()

Source from the content-addressed store, hash-verified

236// whenever it has finished processing what was already enqueued. This can
237// be used by an input which has a fixed set of files to process.
238func (s *CompressedInput) NoMoreFiles() {
239 close(s.files)
240}
241
242func (s *CompressedInput) Stop() {
243 close(s.stopNow)

Callers 3

TestGzipStreamFunction · 0.95
RunMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestGzipStreamFunction · 0.76