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

Function normalizePropertyValue

src/utils/projectFilterUtils.ts:18–20  ·  view source on GitHub ↗
(value?: string)

Source from the content-addressed store, hash-verified

16}
17
18function normalizePropertyValue(value?: string): string {
19 return value != null ? value.trim() : "";
20}
21
22function normalizePropertyValues(value?: string): string[] {
23 const normalized = normalizePropertyValue(value);

Callers 2

normalizePropertyValuesFunction · 0.85
getProjectPropertyFilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected