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

Function getAllProjectSyncTargets

npm_modules/cli/src/commands/projectsync.ts:423–426  ·  view source on GitHub ↗
(bazel: BazelClient)

Source from the content-addressed store, hash-verified

421}
422
423export async function getAllProjectSyncTargets(bazel: BazelClient): Promise<string[]> {
424 console.log('Searching for Valdi targets in current workspace...');
425 return await bazel.query(`kind('valdi_projectsync', //...)`);
426}
427
428export async function runProjectSync(
429 bazel: BazelClient,

Callers 2

valdiBootstrapFunction · 0.90
projectSyncFunction · 0.85

Calls 2

queryMethod · 0.80
logMethod · 0.65

Tested by

no test coverage detected