Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
allBlocksSelected
Method · 0.95
unSelectBlockByIndex
Method · 0.95
selectBlock
Method · 0.95
unselectBlock
Method · 0.95
toggleBlockSelectedState
Method · 0.80
CrossBlockSelection
Class · 0.80
toggleBlocksSelectedState
Method · 0.80
open
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected