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

Function runtimeFilterPropertyForInternal

src/api/TaskNotesAPI.ts:3013–3019  ·  view source on GitHub ↗
(
	internalProperty: string
)

Source from the content-addressed store, hash-verified

3011}
3012
3013function runtimeFilterPropertyForInternal(
3014 internalProperty: string
3015): RuntimeFilterPropertyDefinition | undefined {
3016 return RUNTIME_FILTER_PROPERTY_DEFINITIONS.find(
3017 (definition) => definition.internalProperty === internalProperty
3018 );
3019}
3020
3021function runtimeOperatorsFromLegacy(
3022 operators: readonly (FilterOperator | TaskNotesRuntimeOperator)[]

Callers 1

getFieldDefinitionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected