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

Function hasValidValue

src/ui/taskCardProperties.ts:599–601  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

597}
598
599function hasValidValue(value: unknown): boolean {
600 return !isEmptyCardDisplayValue(value);
601}
602
603function renderUserProperty(
604 element: HTMLElement,

Callers 2

renderPropertyMetadataFunction · 0.85
renderPropertyValueFunction · 0.85

Calls 1

isEmptyCardDisplayValueFunction · 0.90

Tested by

no test coverage detected