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

Method Runs

scintilla/src/RunStyles.cxx:230–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230int RunStyles::Runs() const {
231 return starts->Partitions();
232}
233
234bool RunStyles::AllSame() const {
235 for (int run = 1; run < starts->Partitions(); run++) {

Callers 1

EmptyMethod · 0.80

Calls 1

PartitionsMethod · 0.80

Tested by

no test coverage detected