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

Function getIsWaveSrvDead

emain/emain-wavesrv.ts:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51export function getIsWaveSrvDead(): boolean {
52 return isWaveSrvDead;
53}
54
55export function runWaveSrv(handleWSEvent: (evtMsg: WSEventType) => void): Promise<boolean> {
56 let pResolve: (value: boolean) => void;

Callers 1

emain.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected