MCPcopy
hub / github.com/codex-team/editor.js / get

Method get

src/components/utils/keyboard.ts:6–6  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

4 */
5 interface KeyboardLayoutMap {
6 get(key: string): string | undefined;
7 has(key: string): boolean;
8 size: number;
9 entries(): IterableIterator<[string, string]>;

Callers 15

onchange.cy.tsFile · 0.65
block-ids.cy.tsFile · 0.65
readOnly.cy.tsFile · 0.65
copy-paste.cy.tsFile · 0.65
i18n.cy.tsFile · 0.65
selection.cy.tsFile · 0.65
sanitisation.cy.tsFile · 0.65
ToolsFactory.cy.tsFile · 0.65
Ui.cy.tsFile · 0.65
Saver.cy.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected