MCPcopy 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
717void
718Singleton::sync(void)
719{
720 this->syncRecent();
721 this->syncUI();
722 this->syncBookmarks();
723 this->syncLocations();
724 this->syncTLESources();
725}
726
727// Singleton methods
728void

Callers 1

saveConfigMethod · 0.80

Calls 5

syncRecentMethod · 0.95
syncUIMethod · 0.95
syncBookmarksMethod · 0.95
syncLocationsMethod · 0.95
syncTLESourcesMethod · 0.95

Tested by

no test coverage detected