MCPcopy
hub / github.com/erictik/midjourney-api / Close

Method Close

src/midjourney.ts:398–403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

396 }
397
398 Close() {
399 if (this.wsClient) {
400 this.wsClient.close();
401 this.wsClient = undefined;
402 }
403 }
404}

Callers 14

mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected