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

Method stepCtx

packages/steps/src/BuildStepContext.ts:166–168  ·  view source on GitHub ↗
(options: { logger: bunyan; relativeWorkingDirectory?: string })

Source from the content-addressed store, hash-verified

164 }
165
166 public stepCtx(options: { logger: bunyan; relativeWorkingDirectory?: string }): BuildStepContext {
167 return new BuildStepContext(this, options);
168 }
169
170 public markAsCheckedOut(logger: bunyan): void {
171 this.didCheckOut = true;

Callers 2

constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected