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

Method getItems

src/utils/VirtualScroller.ts:682–684  ·  view source on GitHub ↗

* Return a shallow copy of the current items in render order.

()

Source from the content-addressed store, hash-verified

680 * Return a shallow copy of the current items in render order.
681 */
682 getItems(): readonly T[] {
683 return [...this.items];
684 }
685
686 /**
687 * Reorder existing items by stable item key without clearing rendered DOM.

Calls

no outgoing calls

Tested by

no test coverage detected