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

Method getPriorityConfig

src/services/PriorityManager.ts:18–21  ·  view source on GitHub ↗

* Get priority configuration by value

(value: string)

Source from the content-addressed store, hash-verified

16 * Get priority configuration by value
17 */
18 getPriorityConfig(value: string): PriorityConfig | undefined {
19 const normalizedValue = this.normalizePriorityValue(value);
20 return this.priorities.find((p) => p.value === normalizedValue);
21 }
22
23 /**
24 * Get priorities ordered by weight (highest weight first)

Callers 15

comparePrioritiesMethod · 0.95
getPriorityWeightMethod · 0.95
formatGroupNameMethod · 0.80
applyTitleTemplateMethod · 0.80
buildEventDescriptionMethod · 0.80
getGroupDisplayTitleMethod · 0.80
generateTaskTooltipFunction · 0.80
createTaskEventContextFunction · 0.80
createNextScheduledEventFunction · 0.80
createRecurringEventFunction · 0.80

Calls 1

Tested by

no test coverage detected