MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getDefaultVertexRegion

Function getDefaultVertexRegion

src/utils/envUtils.ts:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 * Get the default Vertex AI region
102 */
103export function getDefaultVertexRegion(): string {
104 return process.env.CLOUD_ML_REGION || 'us-east5'
105}
106
107/**
108 * Check if bash commands should maintain project working directory (reset to original after each command)

Callers 2

getVertexRegionForModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected