Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
284
func
(s *Spec) PathContainsUUID() bool {
285
return
strings.Contains(s.Path, varUUID)
286
}
287
288
func
(s *Spec) PathContainsSyncID() bool {
289
return
strings.Contains(s.Path, varSyncID)
Callers
1
Read
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected