Interfaces
StagedCodeInput
Interface: StagedCodeInput
Defined in: src/adapters/types.ts:850
Where one staged input actually landed.
Properties
bytes
readonlybytes:number
Defined in: src/adapters/types.ts:858
How many bytes landed.
name
readonlyname:string
Defined in: src/adapters/types.ts:852
The name it was asked for — the manifest key the code looks up.
path
readonlypath: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.
