Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
482
int Document::ClampPositionIntoDocument(int pos) {
483
return Platform::Clamp(pos, 0, Length());
484
}
485
486
bool Document::IsCrLf(int pos) {
487
if (pos < 0)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected