MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / getAsarUnpackedPath

Function getAsarUnpackedPath

desktop/runtime-host/client-environment.ts:30–32  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

28}
29
30function getAsarUnpackedPath(filePath: string) {
31 return filePath.includes('.asar') ? filePath.replace('.asar', '.asar.unpacked') : null
32}
33
34function isExecutableFile(filePath: string) {
35 try {

Callers 1

getRuntimeHostPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected