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

Function getElectronAppUnpackedBasePath

emain/emain-platform.ts:156–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154}
155
156function getElectronAppUnpackedBasePath(): string {
157 return getElectronAppBasePath().replace("app.asar", "app.asar.unpacked");
158}
159
160function getElectronAppResourcesPath(): string {
161 if (isDev) {

Callers 3

runWaveSrvFunction · 0.90
emain.tsFile · 0.90
getWaveSrvPathFunction · 0.85

Calls 1

getElectronAppBasePathFunction · 0.85

Tested by

no test coverage detected