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

Function InitializeRPCFuzzTestingSetup

src/test/fuzz/rpc.cpp:336–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336RPCFuzzTestingSetup* InitializeRPCFuzzTestingSetup()
337{
338 static const auto setup = MakeNoLogFileContext<RPCFuzzTestingSetup>();
339 SetRPCWarmupFinished();
340 return setup.get();
341}
342}; // namespace
343
344void initialize_rpc()

Callers 1

initialize_rpcFunction · 0.85

Calls 2

SetRPCWarmupFinishedFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected