Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ HidePlatform
Method
HidePlatform
src/options.cpp:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
bool Opt::HidePlatform() {
34
return Args->GetBool(
"-hide-platform"
, false);
35
}
36
37
std::vector<std::string> Opt::UAComment(bool validate) {
38
std::vector<std::string> uacomments = Args->GetMultiArgs(
"-uacomment"
);
Callers
1
XTSubVersion
Function · 0.80
Calls
1
GetBool
Method · 0.45
Tested by
no test coverage detected