Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatchDrake/SigDigger
/ sync
Method
sync
Suscan/Library.cpp:717–725 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
715
}
716
717
void
718
Singleton::sync(void)
719
{
720
this->syncRecent();
721
this->syncUI();
722
this->syncBookmarks();
723
this->syncLocations();
724
this->syncTLESources();
725
}
726
727
// Singleton methods
728
void
Callers
1
saveConfig
Method · 0.80
Calls
5
syncRecent
Method · 0.95
syncUI
Method · 0.95
syncBookmarks
Method · 0.95
syncLocations
Method · 0.95
syncTLESources
Method · 0.95
Tested by
no test coverage detected