Function
runtimeFilterPropertyForInternal
(
internalProperty: string
)
Source from the content-addressed store, hash-verified
| 3011 | } |
| 3012 | |
| 3013 | function runtimeFilterPropertyForInternal( |
| 3014 | internalProperty: string |
| 3015 | ): RuntimeFilterPropertyDefinition | undefined { |
| 3016 | return RUNTIME_FILTER_PROPERTY_DEFINITIONS.find( |
| 3017 | (definition) => definition.internalProperty === internalProperty |
| 3018 | ); |
| 3019 | } |
| 3020 | |
| 3021 | function runtimeOperatorsFromLegacy( |
| 3022 | operators: readonly (FilterOperator | TaskNotesRuntimeOperator)[] |
Tested by
no test coverage detected