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

Function setup_threadpool_test

src/test/fuzz/threadpool.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55static void setup_threadpool_test()
56{
57 // Disable logging entirely. It seems to cause memory leaks.
58 LogInstance().DisableLogging();
59}
60
61FUZZ_TARGET(threadpool, .init = setup_threadpool_test)
62{

Callers

nothing calls this directly

Calls 1

DisableLoggingMethod · 0.80

Tested by

no test coverage detected