MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / hasPropertyExtractor

Function hasPropertyExtractor

src/ui/taskCardPropertyAccess.ts:78–80  ·  view source on GitHub ↗
(propertyId: string)

Source from the content-addressed store, hash-verified

76};
77
78function hasPropertyExtractor(propertyId: string): boolean {
79 return Object.prototype.hasOwnProperty.call(PROPERTY_EXTRACTORS, propertyId);
80}
81
82function getPropertyExtractorValue(task: TaskInfo, propertyId: string): unknown {
83 return PROPERTY_EXTRACTORS[propertyId](task);

Callers 1

getTaskCardPropertyValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected