Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
bool Modem::shouldRebuildKit() {
99
return refreshKit.load();
100
}
101
102
void Modem::rebuildKit() {
103
refreshKit.store(true);
Callers
1
run
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected