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

Function buildTaskListPathProperties

src/bases/taskListGrouping.ts:52–56  ·  view source on GitHub ↗
(
	dataItems: readonly BasesDataItem[]
)

Source from the content-addressed store, hash-verified

50};
51
52export function buildTaskListPathProperties(
53 dataItems: readonly BasesDataItem[]
54): Map<string, Record<string, unknown>> {
55 return buildBasesPathProperties(dataItems);
56}
57
58export function getTaskListPropertyValue(
59 props: Record<string, unknown>,

Callers 5

renderGroupedMethod · 0.90
refreshGroupedViewMethod · 0.90

Calls 1

buildBasesPathPropertiesFunction · 0.90

Tested by

no test coverage detected