MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / getKeyMap

Function getKeyMap

src/cm/codemirror.js:2195–2198  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

2193 };
2194
2195 function getKeyMap(val) {
2196 if (typeof val == "string") return keyMap[val];
2197 else return val;
2198 }
2199 function lookupKey(name, extraMap, map, handle, stop) {
2200 function lookup(map) {
2201 map = getKeyMap(map);

Callers 2

handleKeyBindingFunction · 0.85
lookupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…