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

Method PathContainsUUID

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

Source from the content-addressed store, hash-verified

282}
283
284func (s *Spec) PathContainsUUID() bool {
285 return strings.Contains(s.Path, varUUID)
286}
287
288func (s *Spec) PathContainsSyncID() bool {
289 return strings.Contains(s.Path, varSyncID)

Callers 1

ReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected