Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
599
function
hasValidValue(value: unknown): boolean {
600
return
!isEmptyCardDisplayValue(value);
601
}
602
603
function
renderUserProperty(
604
element: HTMLElement,
Callers
2
renderPropertyMetadata
Function · 0.85
renderPropertyValue
Function · 0.85
Calls
1
isEmptyCardDisplayValue
Function · 0.90
Tested by
no test coverage detected