Home
last modified time | relevance | path

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

/expo/packages/expo-modules-test-core/build/
H A DgetStructure.js95 let cachedSDKPath = null; variable
97 if (cachedSDKPath) {
98 return cachedSDKPath;
101 cachedSDKPath = sdkPath;
102 return cachedSDKPath;
H A DgetStructure.js.map1cachedSDKPath: string | null = null;\nfunction getSDKPath() {\n if (cachedSDKPath) {\n return
/expo/packages/expo-modules-test-core/src/
H A DgetStructure.ts109 let cachedSDKPath: string | null = null; variable
111 if (cachedSDKPath) {
112 return cachedSDKPath;
115 cachedSDKPath = sdkPath;
116 return cachedSDKPath;