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

Method DocumentIndexer

scintilla/src/Document.cxx:2085–2087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2083 int end;
2084public:
2085 DocumentIndexer(Document *pdoc_, int end_) :
2086 pdoc(pdoc_), end(end_) {
2087 }
2088
2089 virtual ~DocumentIndexer() {
2090 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected