Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
524
void PositionCacheEntry::ResetClock() {
525
if (clock > 0) {
526
clock = 1;
527
}
528
}
529
530
PositionCache::PositionCache() {
531
clock = 1;
Callers
1
MeasureWidths
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected