MCPcopy Create free account
hub / github.com/angular/dev-infra / getBazelBin

Function getBazelBin

ng-dev/utils/bazel-bin.ts:14–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12let BAZEL_BIN: undefined | string = undefined;
13
14export function getBazelBin() {
15 if (BAZEL_BIN === undefined) {
16 BAZEL_BIN =
17 process.env['BAZEL'] || join(determineRepoBaseDirFromCwd(), 'node_modules/.bin/bazel');
18 }
19
20 return BAZEL_BIN;
21}

Callers 3

handlerFunction · 0.90

Calls 1

Tested by

no test coverage detected