Actio
API ReferenceFunctions

shouldPinTarget

function shouldPinTarget(target, policy): boolean;

Defined in: packages/core/src/passes/pin.ts:97

Policy gate: should this target be pinned? Shared with the CLI so the build layer resolves exactly the refs the pass will rewrite.

Parameters

target

PinTarget

policy

PinPolicy

Returns

boolean

On this page