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

Method CharAt

scintilla/src/Document.h:328–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 void DelCharBack(int pos);
327
328 char CharAt(int position) { return cb.CharAt(position); }
329 void SCI_METHOD GetCharRange(char *buffer, int position, int lengthRetrieve) const {
330 cb.GetCharRange(buffer, position, lengthRetrieve);
331 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected