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

Method Stop

input/inpututils/compressedstream.go:242–245  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240}
241
242func (s *CompressedInput) Stop() {
243 close(s.stopNow)
244 atomic.StoreInt64(&s.stopping, 1)
245}
246
247func (s *CompressedInput) ParseFile(fn string) {
248 if strings.HasSuffix(fn, ".zst") || strings.HasSuffix(fn, ".zstd") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected