MCPcopy Create free account
hub / github.com/TruthHun/BookStack / getKeyMap

Function getKeyMap

static/mergely/lib/codemirror.js:5896–5898  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

5894 };
5895
5896 function getKeyMap(val) {
5897 return typeof val == "string" ? keyMap[val] : val;
5898 }
5899
5900 // FROMTEXTAREA
5901

Callers 1

codemirror.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected