(config: Config)
| 254 | } |
| 255 | |
| 256 | export async function getCLIVersion(config: Config): Promise<string> { |
| 257 | return getCapacitorPackageVersion(config, 'cli'); |
| 258 | } |
| 259 | |
| 260 | function getPlatformDirectory(config: Config, platform: string): string | null { |
| 261 | switch (platform) { |
nothing calls this directly
no test coverage detected