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