MCPcopy
hub / github.com/cockroachdb/cockroach / TestingKnobs

Struct TestingKnobs

pkg/sql/flowinfra/testing_knobs.go:14–17  ·  view source on GitHub ↗

TestingKnobs are the testing knobs for flowinfra.

Source from the content-addressed store, hash-verified

12
13// TestingKnobs are the testing knobs for flowinfra.
14type TestingKnobs struct {
15 // FlowRegistryDraining overrides draining state of the registry.
16 FlowRegistryDraining func() bool
17}
18
19// ModuleTestingKnobs is part of the base.ModuleTestingKnobs interface.
20func (*TestingKnobs) ModuleTestingKnobs() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected