Interfaces

CodeRunFacts

Interface: CodeRunFacts

Defined in: src/core/codeRunnerTool.ts:161

What one finished code run is worth reporting, minus the code itself.

Properties

language

readonly language: string

Defined in: src/core/codeRunnerTool.ts:163


ok

readonly ok: boolean

Defined in: src/core/codeRunnerTool.ts:167


outputChars

readonly outputChars: number

Defined in: src/core/codeRunnerTool.ts:165


shapeHash

readonly shapeHash: string

Defined in: src/core/codeRunnerTool.ts:168


stagedInputs

readonly stagedInputs: number

Defined in: src/core/codeRunnerTool.ts:164


tool

readonly tool: string

Defined in: src/core/codeRunnerTool.ts:162


truncated

readonly truncated: boolean

Defined in: src/core/codeRunnerTool.ts:166

On this page