Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudquery/cloudquery
/ SetDefaults
Method
SetDefaults
plugins/destination/sqlite/client/spec.go:24–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
var
JSONSchema string
23
24
func
(s *Spec) SetDefaults() {
25
if
s.BatchSize == 0 {
26
s.BatchSize = batchSize
27
}
28
if
s.BatchSizeBytes == 0 {
29
s.BatchSizeBytes = batchSizeBytes
30
}
31
}
Callers
1
New
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected