MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetArgFlags

Method GetArgFlags

src/common/args.cpp:270–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270std::optional<unsigned int> ArgsManager::GetArgFlags(const std::string& name) const
271{
272 LOCK(cs_args);
273 return GetArgFlags_(name);
274}
275
276void ArgsManager::SetDefaultFlags(std::optional<unsigned int> flags)
277{

Callers 1

system.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected