Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
const
projectRoot = Path.join(__dirname,
'..'
)
11
12
export
function
getDistRoot() {
13
return
Path.join(projectRoot,
'dist'
)
14
}
15
16
export
function
getDistPath() {
17
return
Path.join(
Callers
5
package.ts
File · 0.90
build.ts
File · 0.90
packageApp
Function · 0.90
moveAnalysisFiles
Function · 0.90
getDistPath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected