MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / run

Method run

src/platform/common/utils/multiStepInput.ts:83–83  ·  view source on GitHub ↗
(start: InputStep<S>, state: S)

Source from the content-addressed store, hash-verified

81 */
82export interface IMultiStepInput<S> {
83 run(start: InputStep<S>, state: S): Promise<InputFlowAction | undefined>;
84 showQuickPick<T extends QuickPickItem, P extends IQuickPickParameters<T>>({
85 title,
86 step,

Callers 8

runFunction · 0.65
mainFunction · 0.65
getServerInfo.pyFile · 0.65
selectLocalKernelMethod · 0.65
runFunction · 0.65
runFunction · 0.65
run.pyFile · 0.65
activateFunction · 0.65

Implementers 1

MultiStepInputsrc/platform/common/utils/multiStepInp

Calls

no outgoing calls

Tested by 2

runFunction · 0.52
mainFunction · 0.52