MCPcopy Create free account
hub / github.com/alpha-liu-01/SpeedyNote / clearTextBoxCache

Method clearTextBoxCache

source/core/DocumentViewport.cpp:10408–10413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10406}
10407
10408void DocumentViewport::clearTextBoxCache()
10409{
10410 m_textBoxCache.clear();
10411 m_textBoxCachePageIndex = -1;
10412 m_lastHitBoxIndex = -1; // Reset locality hint
10413}
10414
10415// ============================================================================
10416// PDF Link Support (Phase D.1)

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected