MCPcopy
hub / github.com/desktop/desktop / getDistRoot

Function getDistRoot

script/dist-info.ts:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10const projectRoot = Path.join(__dirname, '..')
11
12export function getDistRoot() {
13 return Path.join(projectRoot, 'dist')
14}
15
16export function getDistPath() {
17 return Path.join(

Callers 5

package.tsFile · 0.90
build.tsFile · 0.90
packageAppFunction · 0.90
moveAnalysisFilesFunction · 0.90
getDistPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected