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

Method GetMultiArgs

src/options.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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>();
16
17 return mapMultiArgs[arg];
18 }
19 virtual int64_t GetArg(const std::string& strArg, int64_t nDefault) {
20 return ::GetArg(strArg, nDefault);
21 }

Callers 1

UACommentMethod · 0.45

Calls 1

countMethod · 0.80

Tested by

no test coverage detected