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

Function getVersionObject

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

Source from the content-addressed store, hash-verified

24 *
25 */
26export function getVersionObject(): VersionInfo {
27 return { version: getVersion() };
28}

Callers 2

version.test.tsFile · 0.90
fetchVersionsFunction · 0.90

Calls 1

getVersionFunction · 0.85

Tested by

no test coverage detected