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

Method size

scintilla/lexlib/SparseState.h:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 return false;
72 }
73 size_t size() const {
74 return states.size();
75 }
76
77 // Returns true if Merge caused a significant change
78 bool Merge(const SparseState<T> &other, int ignoreAfter) {

Callers 15

GetExpandedMethod · 0.80
SetMethod · 0.80
ValueAtMethod · 0.80
MergeMethod · 0.80
FormatRangeMethod · 0.80
ChangeCaseOfSelectionMethod · 0.80
CaseMapStringMethod · 0.80
CopySelectionRangeMethod · 0.80
WndProcMethod · 0.80
LimitsMethod · 0.80
CountMethod · 0.80
SetMainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected