MCPcopy Index your code
hub / github.com/ionic-team/capacitor / getCoreVersion

Function getCoreVersion

cli/src/common.ts:252–254  ·  view source on GitHub ↗
(config: Config)

Source from the content-addressed store, hash-verified

250}
251
252export async function getCoreVersion(config: Config): Promise<string> {
253 return getCapacitorPackageVersion(config, 'core');
254}
255
256export async function getCLIVersion(config: Config): Promise<string> {
257 return getCapacitorPackageVersion(config, 'cli');

Callers 2

checkPlatformVersionsFunction · 0.85

Calls 1

Tested by

no test coverage detected