Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
bool Version::IsValid() const {
97
return (!components_.empty());
98
}
99
100
// static
101
bool Version::IsValidWildcardString(const std::string& wildcard_string) {
Callers
7
TouchFile
Function · 0.45
IsValidWildcardString
Method · 0.45
IsOlderThan
Method · 0.45
CompareToWildcardString
Method · 0.45
Equals
Method · 0.45
CompareTo
Method · 0.45
GetFileInfo
Function · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected