Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
137
func
(s *Spec) PathContainsUUID() bool {
138
return
strings.Contains(s.Path, varUUID)
139
}
140
141
func
(s *Spec) batchingEnabled() bool {
142
if
s.NoRotate {
Callers
1
Read
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected