MCPcopy Index your code
hub / github.com/coder/code-server / getVersionJsonString

Function getVersionJsonString

src/node/constants.ts:42–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 * suitable for outputting to the console.
41 */
42export function getVersionJsonString(): string {
43 return JSON.stringify({
44 codeServer: version,
45 commit,
46 vscode: codeVersion,
47 })
48}

Callers 1

entryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected