Functions

bindArtifacts

Function: bindArtifacts()

bindArtifacts(store, scope, options?): ToolArtifacts

Defined in: src/artifacts/capability.ts:113

Bind a store to one run's scope — the framework's move, made where the scope is known and a tool cannot reach.

Parameters

store

ArtifactStore

scope

MemoryIdentity

options?

BindArtifactsOptions = {}

Returns

ToolArtifacts

On this page