Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
288
func
(s *Spec) PathContainsSyncID() bool {
289
return
strings.Contains(s.Path, varSyncID)
290
}
291
292
func
(s *Spec) batchingEnabled() bool {
293
if
s.NoRotate {
Callers
1
New
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected