MCPcopy Create free account
hub / github.com/codename-co/stack / getActiveKeys

Function getActiveKeys

hub/astray/keyboard.js:453–455  ·  view source on GitHub ↗

* Gets an array of active keys

()

Source from the content-addressed store, hash-verified

451 * Gets an array of active keys
452 */
453 function getActiveKeys() {
454 return activeKeys;
455 }
456
457 /**
458 * Adds a new keyboard local not supported by keyboard JS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected