MCPcopy 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
33bool Opt::HidePlatform() {
34 return Args->GetBool("-hide-platform", false);
35}
36
37std::vector<std::string> Opt::UAComment(bool validate) {
38 std::vector<std::string> uacomments = Args->GetMultiArgs("-uacomment");

Callers 1

XTSubVersionFunction · 0.80

Calls 1

GetBoolMethod · 0.45

Tested by

no test coverage detected