MCPcopy Create free account
hub / github.com/apache/brpc / IsValid

Method IsValid

src/butil/version.cc:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool Version::IsValid() const {
97 return (!components_.empty());
98}
99
100// static
101bool Version::IsValidWildcardString(const std::string& wildcard_string) {

Callers 7

TouchFileFunction · 0.45
IsValidWildcardStringMethod · 0.45
IsOlderThanMethod · 0.45
EqualsMethod · 0.45
CompareToMethod · 0.45
GetFileInfoFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected