Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ getService
Method
getService
src/server/web/public/terminal.js:5634–5636 ·
view source on GitHub ↗
(e3)
Source
from the content-addressed store, hash-verified
5632
this._services =
new
n(), this._services.set(s2.IInstantiationService, this);
5633
}
5634
setService(e3, t3) {
5635
this._services.set(e3, t3);
5636
}
5637
getService(e3) {
5638
return
this._services.get(e3);
5639
}
Callers
nothing calls this directly
Calls
1
get
Method · 0.65
Tested by
no test coverage detected