Interfaces

StagedCodeInput

Interface: StagedCodeInput

Defined in: src/adapters/types.ts:850

Where one staged input actually landed.

Properties

bytes

readonly bytes: number

Defined in: src/adapters/types.ts:858

How many bytes landed.


name

readonly name: string

Defined in: src/adapters/types.ts:852

The name it was asked for — the manifest key the code looks up.


path

readonly path: string

Defined in: src/adapters/types.ts:856

The path the executing code opens. Absolute, or relative to the session's working directory: whichever it is, it is what the manifest carries and what the code should use verbatim.

On this page