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

Method ValueAt

scintilla/src/Decoration.cxx:172–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172int DecorationList::ValueAt(int indicator, int position) {
173 Decoration *deco = DecorationFromIndicator(indicator);
174 if (deco) {
175 return deco->rs.ValueAt(position);
176 }
177 return 0;
178}
179
180int DecorationList::Start(int indicator, int position) {
181 Decoration *deco = DecorationFromIndicator(indicator);

Callers 1

AllOnForMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected