MCPcopy
hub / github.com/codeaashu/claude-code / setService

Method setService

src/server/web/public/terminal.js:5631–5633  ·  view source on GitHub ↗
(e3, t3)

Source from the content-addressed store, hash-verified

5629 }
5630 t2.ServiceCollection = n, t2.InstantiationService = class {
5631 constructor() {
5632 this._services = new n(), this._services.set(s2.IInstantiationService, this);
5633 }
5634 setService(e3, t3) {
5635 this._services.set(e3, t3);
5636 }

Callers 3

constructorMethod · 0.80
openMethod · 0.80
constructorMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected