Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/madrobby/keymaster
/ code
Function
code
keymaster.js:32–34 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
30
'['
: 219,
']'
: 221,
'\\'
: 220
31
},
32
code =
function
(x){
33
return
_MAP[x] || x.toUpperCase().charCodeAt(0);
34
},
35
_downKeys = [];
36
37
for
(k=1;k<20;k++) _MAP[
'f'
+k] = 111+k;
Callers
3
assignKey
Function · 0.85
unbindKey
Function · 0.85
isPressed
Function · 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…