Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
51
export
function
getIsWaveSrvDead(): boolean {
52
return
isWaveSrvDead;
53
}
54
55
export
function
runWaveSrv(handleWSEvent: (evtMsg: WSEventType) => void): Promise<boolean> {
56
let
pResolve: (value: boolean) => void;
Callers
1
emain.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected