MCPcopy
hub / github.com/jaywcjlove/hotkeys-js / getScope

Function getScope

src/index.ts:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55};
56/** Get the current scope */
57const getScope: GetScope = () => {
58 return _scope || 'all';
59};
60/** Get the key codes of the currently pressed keys */
61const getPressedKeyCodes: GetPressedKeyCodes = () => {
62 return _downKeys.slice(0);

Callers 3

deleteScopeFunction · 0.85
eachUnbindFunction · 0.85
dispatchFunction · 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…