MCPcopy
hub / github.com/callumalpass/tasknotes / getState

Method getState

src/utils/VirtualScroller.ts:866–868  ·  view source on GitHub ↗

* Get current scroll state (for debugging)

()

Source from the content-addressed store, hash-verified

864 * Get current scroll state (for debugging)
865 */
866 getState(): VirtualScrollState {
867 return { ...this.state };
868 }
869
870 /**
871 * Clean up event listeners

Callers 15

handlerFunction · 0.45
registerEventsMethod · 0.45
renderMethod · 0.45
selectTaskMethod · 0.45
updateDisplayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected