MCPcopy Create free account
hub / github.com/cloudquery/cloudquery / PathContainsSyncID

Method PathContainsSyncID

plugins/destination/s3/client/spec/spec.go:288–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286}
287
288func (s *Spec) PathContainsSyncID() bool {
289 return strings.Contains(s.Path, varSyncID)
290}
291
292func (s *Spec) batchingEnabled() bool {
293 if s.NoRotate {

Callers 1

NewFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected