Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenSIST/OpenSIST.github.io
/ shouldContinue
Function
shouldContinue
src/Data/CoreCacheSync.js:38–40 ·
view source on GitHub ↗
(syncEpoch)
Source
from the content-addressed store, hash-verified
36
}
37
38
function
shouldContinue(syncEpoch) {
39
return
active && navigator.onLine && syncEpoch === getCacheEpoch();
40
}
41
42
function
waitForIdle(syncEpoch) {
43
return
new
Promise((resolve) => {
Callers
4
waitForIdle
Function · 0.85
prefetchInBatches
Function · 0.85
prefetchProfiles
Function · 0.85
syncCoreCache
Function · 0.85
Calls
1
getCacheEpoch
Function · 0.90
Tested by
no test coverage detected