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

Function getTestTargets

npm_modules/cli/src/commands/agentCheck.ts:55–57  ·  view source on GitHub ↗
(client: BazelClient, module: string)

Source from the content-addressed store, hash-verified

53}
54
55async function getTestTargets(client: BazelClient, module: string): Promise<string[]> {
56 return await client.queryTargetsByKindWithFilter('test', [module], 'pipe');
57}
58
59async function valdiAgentCheck(argv: ArgumentsResolver<CommandParameters>) {
60 const json = argv.getArgument('json') ?? false;

Callers 1

valdiAgentCheckFunction · 0.85

Calls 1

Tested by

no test coverage detected