MCPcopy 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
179function getWaveSrvCwd(): string {
180 return getWaveDataDir();
181}
182
183ipcMain.on("get-is-dev", (event) => {
184 event.returnValue = isDev;

Callers 1

runWaveSrvFunction · 0.90

Calls 1

getWaveDataDirFunction · 0.85

Tested by

no test coverage detected