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

Method Clear

scintilla/src/PositionCache.cxx:486–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486void PositionCacheEntry::Clear() {
487 delete []positions;
488 positions = 0;
489 styleNumber = 0;
490 len = 0;
491 clock = 0;
492}
493
494bool PositionCacheEntry::Retrieve(unsigned int styleNumber_, const char *s_,
495 unsigned int len_, XYPOSITION *positions_) const {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected