Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ Clear
Method
Clear
scintilla/lexlib/SubStyles.h:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void Clear() {
40
firstStyle = 0;
41
lenStyles = 0;
42
wordToStyle.clear();
43
}
44
45
int ValueFor(const std::string &s) const {
46
std::map<std::string, int>::const_iterator it = wordToStyle.find(s);
Callers
1
Free
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected