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

Method getPriorities

src/api/TaskNotesAPI.ts:1026–1028  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1024 }
1025
1026 private getPriorities() {
1027 return (this.plugin.settings.customPriorities ?? []).map((priority) => ({ ...priority }));
1028 }
1029
1030 private getUserFields() {
1031 return (this.plugin.settings.userFields ?? []).map((field) => ({ ...field }));

Callers 1

TaskNotesAPIClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected