MCPcopy Create free account
hub / github.com/apache/impala / ValidateFlags

Function ValidateFlags

be/src/kudu/util/flags.cc:550–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550void ValidateFlags() {
551 CheckFlagsAllowed();
552 RunCustomValidators();
553}
554
555bool AreFlagsConsistent() {
556 if (CheckFlagsAndWarn("unsafe", FLAGS_unlock_unsafe_flags)) {

Callers 4

TEST_FFunction · 0.70
ParseCommandLineFlagsFunction · 0.70
ValidateFlagsMethod · 0.50
ValidateFlagsMethod · 0.50

Calls 2

CheckFlagsAllowedFunction · 0.85
RunCustomValidatorsFunction · 0.85

Tested by 1

TEST_FFunction · 0.56