MCPcopy
hub / github.com/codex-team/editor.js / clearCache

Method clearCache

src/components/modules/blockSelection.ts:373–375  ·  view source on GitHub ↗

* Clear anyBlockSelected cache

()

Source from the content-addressed store, hash-verified

371 * Clear anyBlockSelected cache
372 */
373 public clearCache(): void {
374 this.anyBlockSelectedCache = null;
375 }
376
377 /**
378 * Module destruction

Callers 8

allBlocksSelectedMethod · 0.95
unSelectBlockByIndexMethod · 0.95
selectBlockMethod · 0.95
unselectBlockMethod · 0.95
CrossBlockSelectionClass · 0.80
openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected