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

Function getBazelWorkspaceRoot

npm_modules/cli/src/commands/newModule.ts:207–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205}
206
207function getBazelWorkspaceRoot() {
208 return new BazelClient().getWorkspaceRoot();
209}
210
211async function valdiNewModule(argv: ArgumentsResolver<CommandParameters>) {
212 console.log(referenceString);

Callers 2

promptChecksFunction · 0.85
valdiNewModuleFunction · 0.85

Calls 1

getWorkspaceRootMethod · 0.80

Tested by

no test coverage detected