MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / getChevronTooltip

Function getChevronTooltip

src/ui/taskCardHelpers.ts:83–87  ·  view source on GitHub ↗
(plugin: TaskNotesPlugin, expanded: boolean)

Source from the content-addressed store, hash-verified

81}
82
83export function getChevronTooltip(plugin: TaskNotesPlugin, expanded: boolean): string {
84 return expanded
85 ? tTaskCard(plugin, "collapseSubtasks")
86 : tTaskCard(plugin, "expandSubtasks");
87}

Callers 3

updateChevronElementFunction · 0.90
renderProjectBadgesFunction · 0.90
updateProjectBadgesFunction · 0.90

Calls 1

tTaskCardFunction · 0.70

Tested by

no test coverage detected