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

Function getTemporaryStepDirPath

packages/steps/src/BuildTemporaryFiles.ts:31–33  ·  view source on GitHub ↗
(ctx: BuildStepGlobalContext, stepId: string)

Source from the content-addressed store, hash-verified

29}
30
31function getTemporaryStepDirPath(ctx: BuildStepGlobalContext, stepId: string): string {
32 return path.join(ctx.stepsInternalBuildDirectory, 'steps', stepId);
33}
34
35function getTemporaryScriptsDirPath(ctx: BuildStepGlobalContext, stepId: string): string {
36 return path.join(getTemporaryStepDirPath(ctx, stepId), 'scripts');

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…