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

Method getStatuses

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

Source from the content-addressed store, hash-verified

1020 }
1021
1022 private getStatuses() {
1023 return (this.plugin.settings.customStatuses ?? []).map((status) => ({ ...status }));
1024 }
1025
1026 private getPriorities() {
1027 return (this.plugin.settings.customPriorities ?? []).map((priority) => ({ ...priority }));

Callers 1

TaskNotesAPIClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected