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

Function getTaskCardContextMenuLogger

src/ui/taskCardContextMenu.ts:27–32  ·  view source on GitHub ↗
(plugin: TaskNotesPlugin)

Source from the content-addressed store, hash-verified

25}
26
27function getTaskCardContextMenuLogger(plugin: TaskNotesPlugin) {
28 return createTaskNotesLogger({
29 tag: "TaskCard/ContextMenu",
30 isDebugEnabled: () => plugin.settings.enableDebugLogging,
31 });
32}
33
34export function createTaskCardContextMenuButton(
35 options: TaskCardContextMenuButtonOptions

Callers 1

showTaskContextMenuFunction · 0.85

Calls 1

createTaskNotesLoggerFunction · 0.90

Tested by

no test coverage detected