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

Method canRemoveItems

src/utils/VirtualScroller.ts:749–751  ·  view source on GitHub ↗
(keys: readonly string[])

Source from the content-addressed store, hash-verified

747 }
748
749 canRemoveItems(keys: readonly string[]): boolean {
750 return this.buildEntriesAfterRemoval(keys) !== null;
751 }
752
753 removeItems(keys: readonly string[]): boolean {
754 const nextEntries = this.buildEntriesAfterRemoval(keys);

Calls 1

Tested by

no test coverage detected