MCPcopy
hub / github.com/callumalpass/tasknotes / getTaskCardActionLogger

Function getTaskCardActionLogger

src/ui/taskCardActions.ts:23–28  ·  view source on GitHub ↗
(plugin: TaskNotesPlugin)

Source from the content-addressed store, hash-verified

21}
22
23function getTaskCardActionLogger(plugin: TaskNotesPlugin) {
24 return createTaskNotesLogger({
25 tag: "TaskCard/Actions",
26 isDebugEnabled: () => plugin.settings.enableDebugLogging,
27 });
28}
29
30/**
31 * Creates a click handler for cycling task status.

Callers 5

createStatusCycleHandlerFunction · 0.85

Calls 1

createTaskNotesLoggerFunction · 0.90

Tested by

no test coverage detected