Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/brimdata/zui
/ brimcap
Method
brimcap
apps/zui/src/electron/paths.ts:8–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
7
class
Paths {
8
brimcap() {
9
return
join(
10
app.getAppPath().replace(
"app.asar"
,
"app.asar.unpacked"
),
11
"zdeps"
,
12
exe(
"brimcap"
)
13
)
14
}
15
16
root() {
17
return
app.getAppPath()
Callers
nothing calls this directly
Calls
4
join
Function · 0.85
exe
Function · 0.85
getAppPath
Method · 0.80
replace
Method · 0.45
Tested by
no test coverage detected