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

Function normalizeProjectPropertyKey

src/utils/projectFilterUtils.ts:32–34  ·  view source on GitHub ↗
(key?: string)

Source from the content-addressed store, hash-verified

30}
31
32export function normalizeProjectPropertyKey(key?: string): string {
33 return key ? key.trim() : "";
34}
35
36export function getProjectPropertyFilter(
37 settings?: PropertyFilterSettings

Callers 1

getProjectPropertyFilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected