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

Function getTemporaryEnvsDirPath

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

Source from the content-addressed store, hash-verified

41}
42
43export function getTemporaryEnvsDirPath(ctx: BuildStepGlobalContext, stepId: string): string {
44 return path.join(getTemporaryStepDirPath(ctx, stepId), 'envs');
45}

Callers 2

constructorMethod · 0.90

Calls 1

getTemporaryStepDirPathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…