MCPcopy Create free account
hub / github.com/codeaashu/claude-code / activeVersion

Method activeVersion

src/server/web/public/terminal.js:5362–5364  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5360 this._core.unicodeService.register(e3);
5361 }
5362 get versions() {
5363 return this._core.unicodeService.versions;
5364 }
5365 get activeVersion() {
5366 return this._core.unicodeService.activeVersion;
5367 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected