Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ Empty
Method
Empty
scintilla/src/Selection.h:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
}
74
bool Empty() const {
75
return start == end;
76
}
77
void Extend(SelectionPosition p) {
78
if (start > p)
79
start = p;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected