Functions
toolSessionsOf
Function: toolSessionsOf()
toolSessionsOf(
candidate):ReadonlyMap<string,CodeSession> |undefined
Defined in: src/core/codeRunnerTool.ts:155
Read the live-session map off a candidate, or undefined when it holds none.
Parameters
candidate
unknown
Returns
ReadonlyMap<string, CodeSession> | undefined
