Functions

codeRunsOf

Function: codeRunsOf()

codeRunsOf(candidate): Map<string, CodeRunFacts> | undefined

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

Read the code-run facts off a candidate, or undefined when it records none.

Parameters

candidate

unknown

Returns

Map<string, CodeRunFacts> | undefined

On this page