MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / shouldRebuildKit

Method shouldRebuildKit

src/modules/modem/Modem.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98bool Modem::shouldRebuildKit() {
99 return refreshKit.load();
100}
101
102void Modem::rebuildKit() {
103 refreshKit.store(true);

Callers 1

runMethod · 0.80

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected