MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / showConfirmationModal

Function showConfirmationModal

src/modals/ConfirmationModal.ts:168–174  ·  view source on GitHub ↗
(
	app: App,
	options: ConfirmationModalOptions
)

Source from the content-addressed store, hash-verified

166 * Utility function to show confirmation modal
167 */
168export async function showConfirmationModal(
169 app: App,
170 options: ConfirmationModalOptions
171): Promise<boolean> {
172 const modal = new ConfirmationModal(app, options);
173 return modal.show();
174}

Callers 13

buildMenuMethod · 0.90
batchDeleteMethod · 0.90
deleteTaskMethod · 0.90
renderGeneralTabFunction · 0.90
renderIntegrationsTabFunction · 0.90
renderWebhookListFunction · 0.90
renderModalFieldsTabFunction · 0.90
confirmDeleteSessionMethod · 0.90
confirmLargeReorderMethod · 0.90
confirmLargeReorderMethod · 0.90

Calls 1

showMethod · 0.95

Tested by

no test coverage detected