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

Method ClampPositionIntoDocument

scintilla/src/Document.cxx:482–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482int Document::ClampPositionIntoDocument(int pos) {
483 return Platform::Clamp(pos, 0, Length());
484}
485
486bool Document::IsCrLf(int pos) {
487 if (pos < 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected