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

Method coerceGroupKeyForFrontmatter

src/bases/TaskListView.ts:759–769  ·  view source on GitHub ↗
(
		property: string,
		groupKey: string
	)

Source from the content-addressed store, hash-verified

757 }
758
759 private coerceGroupKeyForFrontmatter(
760 property: string,
761 groupKey: string
762 ): string | number | boolean {
763 return coercePropertyGroupKeyForFrontmatter(
764 this.plugin.app,
765 property,
766 groupKey,
767 this.plugin.settings.userFields
768 );
769 }
770
771 private async confirmLargeReorder(
772 editCount: number,

Callers 1

handleSortOrderDropMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected