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

Method constructor

src/MultiStepInput.ts:53–56  ·  view source on GitHub ↗
(type: string, message: string | void)

Source from the content-addressed store, hash-verified

51 type: string
52
53 constructor(type: string, message: string | void) {
54 this.type = type
55 this.message = message
56 }
57
58 static back(message: string | void) {
59 return new InputFlowAction("back", message)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected