Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ activeVersion
Method
activeVersion
src/server/web/public/terminal.js:5892–5894 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5890
this._onChange.dispose();
5891
}
5892
get versions() {
5893
return
Object.keys(this._providers);
5894
}
5895
get activeVersion() {
5896
return
this._active;
5897
}
Callers
nothing calls this directly
Calls
1
fire
Method · 0.80
Tested by
no test coverage detected