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

Function wpsReconnectHandler

frontend/app/store/wps.ts:40–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38const waveEventSubjects = new Map<string, WaveEventSubjectContainer[]>();
39
40function wpsReconnectHandler() {
41 for (const eventType of waveEventSubjects.keys()) {
42 updateWaveEventSub(eventType);
43 }
44}
45
46function updateWaveEventSub(eventType: string) {
47 if (isPreviewWindow()) {

Callers

nothing calls this directly

Calls 1

updateWaveEventSubFunction · 0.85

Tested by

no test coverage detected