Home
last modified time | relevance | path

Searched refs:metaCopy (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/api/rest/cache/
H A DFileSystemCache.ts53 const metaCopy = { ...metaData }; constant
56 metaCopy.expiration = Date.now() + this.options.ttl;
60 metaCopy.bodyStreamIntegrity = await new Promise((fulfill, reject) => {
73 metaCopy.empty = true;
76 const metaBuffer = Buffer.from(JSON.stringify(metaCopy));