MCPcopy 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

22var JSONSchema string
23
24func (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

NewFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected