Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
26
export
function
getVersionObject(): VersionInfo {
27
return
{ version: getVersion() };
28
}
Callers
2
version.test.ts
File · 0.90
fetchVersions
Function · 0.90
Calls
1
getVersion
Function · 0.85
Tested by
no test coverage detected