MCPcopy Index your code
hub / github.com/OpenSIST/OpenSIST.github.io / getCacheEpoch

Function getCacheEpoch

src/Data/CacheStore.js:134–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132}
133
134export function getCacheEpoch() {
135 return cacheEpoch;
136}
137
138export function beginCacheRequests(keys, priority = FOREGROUND_PRIORITY, requestEpoch = cacheEpoch) {
139 if (requestEpoch !== cacheEpoch) {

Callers 4

getMetadataBatchFunction · 0.90
getProgramDescsFunction · 0.90
shouldContinueFunction · 0.90
syncCoreCacheFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected