MCPcopy Create free account
hub / github.com/chhoumann/quickadd / onChooseCaptureType

Method onChooseCaptureType

src/choiceExecutor.ts:293–304  ·  view source on GitHub ↗
(
		captureChoice: ICaptureChoice,
		originLeaf: WorkspaceLeaf | null,
	)

Source from the content-addressed store, hash-verified

291 }
292
293 private async onChooseCaptureType(
294 captureChoice: ICaptureChoice,
295 originLeaf: WorkspaceLeaf | null,
296 ) {
297 await new CaptureChoiceEngine(
298 this.app,
299 this.plugin,
300 captureChoice,
301 this,
302 originLeaf,
303 ).run();
304 }
305
306 private async onChooseMacroType(
307 macroChoice: IMacroChoice,

Callers 2

executeMethod · 0.95
executeWithOutcomeMethod · 0.95

Calls 1

runMethod · 0.45

Tested by

no test coverage detected