MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / ResetClock

Method ResetClock

scintilla/src/PositionCache.cxx:524–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522}
523
524void PositionCacheEntry::ResetClock() {
525 if (clock > 0) {
526 clock = 1;
527 }
528}
529
530PositionCache::PositionCache() {
531 clock = 1;

Callers 1

MeasureWidthsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected