Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/api/rest/cache/
H A DFileSystemCache.ts4 function getBodyAndMetaKeys(key: string): [string, string] { function
12 const [, metaKey] = getBodyAndMetaKeys(key);
43 const [bodyKey, metaKey] = getBodyAndMetaKeys(key);
52 const [bodyKey, metaKey] = getBodyAndMetaKeys(key);