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

Method initialize

frontend/app/store/client-model.ts:24–33  ·  view source on GitHub ↗
(clientId: string)

Source from the content-addressed store, hash-verified

22 }
23
24 initialize(clientId: string): void {
25 this.clientId = clientId;
26
27 this.clientAtom = atom((get) => {
28 if (this.clientId == null) {
29 return null;
30 }
31 return WOS.getObjectValue(WOS.makeORef("client", this.clientId), get);
32 });
33 }
34}
35
36export { ClientModel };

Callers 4

initWaveFunction · 0.45
initBuilderFunction · 0.45
initializeMermaidFunction · 0.45
initPreviewFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected