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

Function editTask

src/utils/clickHandlers.ts:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 };
67
68 const editTask = async () => {
69 await plugin.openTaskEditModal(task);
70 };
71
72 const handleSingleClick = async (e: MouseEvent) => {
73 if (onSingleClick) {

Callers 2

handleSingleClickFunction · 0.85
handleDoubleClickFunction · 0.85

Calls 1

openTaskEditModalMethod · 0.80

Tested by

no test coverage detected