MCPcopy Create free account
hub / github.com/freeCodeCamp/freeCodeCamp / getVersion

Function getVersion

client/src/utils/version.ts:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 *
15 */
16export function getVersion(): string {
17 return envData.deploymentVersion;
18}
19
20/**
21 * Get the client deployment version as an object matching API format

Callers 2

version.test.tsFile · 0.90
getVersionObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected