MCPcopy Create free account
hub / github.com/ElementsProject/elements / MakeNoLogFileContext

Function MakeNoLogFileContext

src/test/util/setup_common.h:176–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 */
175template <class T = const BasicTestingSetup>
176std::unique_ptr<T> MakeNoLogFileContext(const std::string& chain_name = CBaseChainParams::REGTEST, const std::string& fedpegscript = "", const std::vector<const char*>& extra_args = {})
177{
178 const std::vector<const char*> arguments = Cat(
179 {
180 "-nodebuglogfile",
181 "-nodebug",
182 },
183 extra_args);
184
185 return std::make_unique<T>(chain_name, fedpegscript, arguments);
186}
187
188class CTxMemPoolEntry;
189

Callers

nothing calls this directly

Calls 1

CatFunction · 0.50

Tested by

no test coverage detected