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

Method SetDefaultFlags

src/common/args.cpp:276–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void ArgsManager::SetDefaultFlags(std::optional<unsigned int> flags)
277{
278 LOCK(cs_args);
279 m_default_flags = flags;
280}
281
282fs::path ArgsManager::GetPathArg_(std::string arg, const fs::path& default_value) const
283{

Callers 1

UseMultiprocessFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected