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