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

Function getPropertyExtractorValue

src/ui/taskCardPropertyAccess.ts:82–84  ·  view source on GitHub ↗
(task: TaskInfo, propertyId: string)

Source from the content-addressed store, hash-verified

80}
81
82function getPropertyExtractorValue(task: TaskInfo, propertyId: string): unknown {
83 return PROPERTY_EXTRACTORS[propertyId](task);
84}
85
86export function getTaskCardPropertyValue(
87 task: TaskInfo,

Callers 1

getTaskCardPropertyValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected