Searched refs:cachedSDKPath (Results 1 – 3 of 3) sorted by relevance
95 let cachedSDKPath = null; variable97 if (cachedSDKPath) {98 return cachedSDKPath;101 cachedSDKPath = sdkPath;102 return cachedSDKPath;
1 …cachedSDKPath: string | null = null;\nfunction getSDKPath() {\n if (cachedSDKPath) {\n return …
109 let cachedSDKPath: string | null = null; variable111 if (cachedSDKPath) {112 return cachedSDKPath;115 cachedSDKPath = sdkPath;116 return cachedSDKPath;