(operator: TaskNotesRuntimeOperator)
| 3065 | } |
| 3066 | |
| 3067 | function runtimeOperatorRequiresValue(operator: TaskNotesRuntimeOperator): boolean { |
| 3068 | return !["exists", "missing", "isTrue", "isFalse"].includes(operator); |
| 3069 | } |
| 3070 | |
| 3071 | function emptyRuntimeTaskQuery(): TaskNotesRuntimeNormalizedTaskQuery { |
| 3072 | return { |
no outgoing calls
no test coverage detected