MCPcopy Create free account
hub / github.com/expo/eas-cli / getInterpolationContext

Method getInterpolationContext

packages/steps/src/BuildStep.ts:357–362  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

355 }
356
357 private getInterpolationContext(): JobInterpolationContext {
358 return {
359 ...this.ctx.global.getInterpolationContext(),
360 env: this.getScriptEnv(),
361 };
362 }
363
364 private async executeCommandAsync({ signal }: { signal: AbortSignal | null }): Promise<void> {
365 assert(this.command, 'Command must be defined.');

Calls 1

getScriptEnvMethod · 0.95

Tested by

no test coverage detected