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

Function getTemporaryOutputsDirPath

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

Source from the content-addressed store, hash-verified

37}
38
39export function getTemporaryOutputsDirPath(ctx: BuildStepGlobalContext, stepId: string): string {
40 return path.join(getTemporaryStepDirPath(ctx, stepId), 'outputs');
41}
42
43export function getTemporaryEnvsDirPath(ctx: BuildStepGlobalContext, stepId: string): string {
44 return path.join(getTemporaryStepDirPath(ctx, stepId), 'envs');

Callers 3

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…