MCPcopy
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
7class 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

joinFunction · 0.85
exeFunction · 0.85
getAppPathMethod · 0.80
replaceMethod · 0.45

Tested by

no test coverage detected