MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / getInstance

Method getInstance

frontend/app/store/client-model.ts:17–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 static getInstance(): ClientModel {
18 if (!ClientModel.instance) {
19 ClientModel.instance = new ClientModel();
20 }
21 return ClientModel.instance;
22 }
23
24 initialize(clientId: string): void {
25 this.clientId = clientId;

Callers 6

uxCloseBlockFunction · 0.45
genericCloseFunction · 0.45
switchBlockInDirectionFunction · 0.45
registerGlobalKeysFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected