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

Method query

npm_modules/cli/src/utils/BazelClient.ts:171–174  ·  view source on GitHub ↗
(queryStr: string)

Source from the content-addressed store, hash-verified

169
170 const resolvedTarget = await this.resolveTarget(unresolvedLabel.target);
171 return new BazelLabel(unresolvedLabel.repo, resolvedTarget, unresolvedLabel.name);
172 }
173
174 async getWorkspaceRoot(): Promise<string> {
175 return this.workspaceRootCache.get(process.cwd());
176 }
177

Callers 4

valdiHotreloadFunction · 0.95
getAllProjectSyncTargetsFunction · 0.80
hotreloadTargetFunction · 0.80

Calls 2

escapeQueryFunction · 0.85

Tested by

no test coverage detected