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

Method getFilterOptions

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

Source from the content-addressed store, hash-verified

1203 }
1204
1205 private async getFilterOptions() {
1206 return this.plugin.filterService.getFilterOptions();
1207 }
1208
1209 private normalizeRuntimeQueryForExecution(query: unknown): RuntimeQueryExecution {
1210 const issues: TaskNotesRuntimeQueryIssue[] = [];

Calls

no outgoing calls

Tested by

no test coverage detected