Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
handleSingleClick
Function · 0.85
handleDoubleClick
Function · 0.85
Calls
1
openTaskEditModal
Method · 0.80
Tested by
no test coverage detected