Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ Valid
Method
Valid
scintilla/src/Document.h:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
bool Valid() const {
41
return (start != invalidPosition) && (end != invalidPosition);
42
}
43
44
// Is the position within the range?
45
bool Contains(Position pos) const {
Callers
1
CheckForChangeOutsidePaint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected