MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / dcBlockEnabled

Method dcBlockEnabled

src/core/ClientFinalLimiter.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101bool ClientFinalLimiter::dcBlockEnabled() const noexcept
102{
103 return m_atomics.dcBlock.load(std::memory_order_relaxed);
104}
105
106float ClientFinalLimiter::inputPeakDb() const noexcept
107{

Callers 4

capturePresetJsonMethod · 0.80
applyPresetJsonMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected