Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
Calls
1
close
Method · 0.80
Tested by
no test coverage detected