MCPcopy Create free account
hub / github.com/WebDevSimplified/vscode-extension-pizza / constructor

Method constructor

src/MultiStepInput.ts:80–83  ·  view source on GitHub ↗
(totalSteps: number, title: string)

Source from the content-addressed store, hash-verified

78 public title: string
79
80 constructor(totalSteps: number, title: string) {
81 this.totalSteps = totalSteps
82 this.title = title
83 }
84
85 private current?: QuickInput
86 private currentStepNumber: number = 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected