MCPcopy
hub / github.com/conwnet/github1s / set

Method set

vscode-web/src/vs/base/common/network.ts:204–207  ·  view source on GitHub ↗
(authority: string, host: string, port: number)

Source from the content-addressed store, hash-verified

202 }
203
204 set(authority: string, host: string, port: number): void {
205 this._hosts[authority] = host;
206 this._ports[authority] = port;
207 }
208
209 setConnectionToken(authority: string, connectionToken: string): void {
210 this._connectionTokens[authority] = connectionToken;

Callers 15

components.jsFile · 0.80
htm.module.jsFile · 0.80
lookupMethod · 0.80
getInstanceMethod · 0.80
getInstanceMethod · 0.80
getFileBlameRangesMethod · 0.80
getInstanceMethod · 0.80
BranchTagManagerClass · 0.80
getInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected