MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / GetBool

Method GetBool

src/options.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9struct DefaultGetter : public ArgGetter {
10 virtual bool GetBool(const std::string& arg, bool def) {
11 return ::GetBoolArg(arg, def);
12 }
13 virtual std::vector<std::string> GetMultiArgs(const std::string& arg) {
14 if (!mapMultiArgs.count(arg))
15 return std::vector<std::string>();

Callers 4

IsStealthModeMethod · 0.45
HidePlatformMethod · 0.45
UsingThinBlocksMethod · 0.45
PreferXThinBlocksMethod · 0.45

Calls 1

GetBoolArgFunction · 0.85

Tested by

no test coverage detected