Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DClientBuild.ts54 const sdkBranchVersion = await Git.getSDKVersionFromBranchNameAsync();
H A DEasDispatch.ts128 const sdkBranchVersion = await Git.getSDKVersionFromBranchNameAsync();
/expo/tools/src/
H A DGit.ts160 async getSDKVersionFromBranchNameAsync(): Promise<string | null> { method in GitDirectory