Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
550
void ValidateFlags() {
551
CheckFlagsAllowed();
552
RunCustomValidators();
553
}
554
555
bool AreFlagsConsistent() {
556
if (CheckFlagsAndWarn(
"unsafe"
, FLAGS_unlock_unsafe_flags)) {
Callers
4
TEST_F
Function · 0.70
ParseCommandLineFlags
Function · 0.70
ValidateFlags
Method · 0.50
ValidateFlags
Method · 0.50
Calls
2
CheckFlagsAllowed
Function · 0.85
RunCustomValidators
Function · 0.85
Tested by
1
TEST_F
Function · 0.56