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

Function runtimeOperatorRequiresValue

src/api/TaskNotesAPI.ts:3067–3069  ·  view source on GitHub ↗
(operator: TaskNotesRuntimeOperator)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected