Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/code-server
/ getVersionString
Function
getVersionString
src/node/constants.ts:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
*
for
outputting to the console.
33
*/
34
export
function
getVersionString(): string {
35
return
[version, commit,
"with Code"
, codeVersion].join(
" "
)
36
}
37
38
/**
39
* getVersionJsonString returns a machine-readable version string
Callers
1
entry
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected