MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / normalizeQuery

Method normalizeQuery

src/services/FilterService.ts:592–594  ·  view source on GitHub ↗

* Validate and normalize a filter query

(query: Partial<FilterQuery>)

Source from the content-addressed store, hash-verified

590 * Validate and normalize a filter query
591 */
592 normalizeQuery(query: Partial<FilterQuery>): FilterQuery {
593 return normalizeFilterQuery(query, () => FilterUtils.generateId());
594 }
595
596 /**
597 * Subscribe to cache changes and emit refresh events

Callers

nothing calls this directly

Calls 2

normalizeFilterQueryFunction · 0.90
generateIdMethod · 0.45

Tested by

no test coverage detected