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

Method Clear

scintilla/src/KeyMap.cxx:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void KeyMap::Clear() {
35 kmap.clear();
36}
37
38void KeyMap::AssignCmdKey(int key, int modifiers, unsigned int msg) {
39 for (size_t keyIndex = 0; keyIndex < kmap.size(); keyIndex++) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected