Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ getKeyMap
Function
getKeyMap
static/editor.md/lib/codemirror/lib/codemirror.js:5694–5696 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
5692
};
5693
5694
function
getKeyMap(val) {
5695
return
typeof val ==
"string"
? keyMap[val] : val;
5696
}
5697
5698
// FROMTEXTAREA
5699
Callers
1
codemirror.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected