Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
16
export
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.ts
File · 0.90
getVersionObject
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected