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

Method updateEnv

packages/steps/src/BuildStepContext.ts:108–110  ·  view source on GitHub ↗
(updatedEnv: BuildStepEnv)

Source from the content-addressed store, hash-verified

106 }
107
108 public updateEnv(updatedEnv: BuildStepEnv): void {
109 this.provider.updateEnv(updatedEnv);
110 }
111
112 public registerStep(step: BuildStep): void {
113 this.stepById[step.id] = step;

Callers

nothing calls this directly

Calls 1

updateEnvMethod · 0.65

Tested by

no test coverage detected