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

Method addStepMetric

packages/steps/src/BuildStepContext.ts:185–188  ·  view source on GitHub ↗
(metric: StepMetricInput)

Source from the content-addressed store, hash-verified

183 }
184
185 public addStepMetric(metric: StepMetricInput): void {
186 const stepMetric: StepMetric = { ...metric, platform: this.runtimePlatform };
187 this.provider.reportStepMetric?.(stepMetric);
188 }
189
190 public wasCheckedOut(): boolean {
191 return this.didCheckOut;

Callers 1

collectStepMetricsMethod · 0.80

Calls 1

reportStepMetricMethod · 0.65

Tested by

no test coverage detected