MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getExecutionRoot

Method getExecutionRoot

npm_modules/cli/src/utils/BazelClient.ts:149–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 }
148
149 async getExecutionRoot(): Promise<string> {
150 return this.executionRootCache.get(process.cwd());
151 }
152
153 async queryTargetsForKinds(kinds: string[]): Promise<string[]> {
154 const command = `query "kind(${kinds.join('|')}, //...)"`;

Callers 1

runProjectSyncFunction · 0.80

Calls 2

cwdMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected