MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / getVscodeUrl

Method getVscodeUrl

src/pkg/config/config.ts:251–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249 }
250
251 public getVscodeUrl() {
252 return this._get<string>("vscode_url", "ws://localhost:8642");
253 }
254
255 public setVscodeUrl(val: string) {
256 this._set("vscode_url", val);

Callers 2

config.test.tsFile · 0.80
initMethod · 0.80

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected