Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ getWaveSrvCwd
Function
getWaveSrvCwd
emain/emain-platform.ts:179–181 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
177
}
178
179
function
getWaveSrvCwd(): string {
180
return
getWaveDataDir();
181
}
182
183
ipcMain.on(
"get-is-dev"
, (event) => {
184
event.returnValue = isDev;
Callers
1
runWaveSrv
Function · 0.90
Calls
1
getWaveDataDir
Function · 0.85
Tested by
no test coverage detected