MCPcopy Create free account
hub / github.com/GDATASoftwareAG/vaas / close

Method close

typescript/src/Vaas.ts:423–428  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

421 }
422
423 public close() {
424 if (this.connection) {
425 this.connection.ws.close();
426 this.authenticationError = undefined;
427 }
428 }
429
430 private authenticate(token: string): void {
431 const authReq: string = JSON.stringify(

Callers 8

mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
forFileAsyncMethod · 0.45
forStreamAsyncMethod · 0.45
test.tsFile · 0.45
forFileAsyncMethod · 0.45

Calls

no outgoing calls