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

Method PathContainsUUID

plugins/destination/file/client/spec/spec.go:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135}
136
137func (s *Spec) PathContainsUUID() bool {
138 return strings.Contains(s.Path, varUUID)
139}
140
141func (s *Spec) batchingEnabled() bool {
142 if s.NoRotate {

Callers 1

ReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected