MCPcopy Create free account
hub / github.com/dethcrypto/dethcode / setup

Function setup

packages/vscode-host/src/src/vs/deth/in-iframe/getLayoutMap.ts:14–21  ·  view source on GitHub ↗
(listeners: PlaceholderImplementationListeners)

Source from the content-addressed store, hash-verified

12const keyboard = (navigator as any).keyboard;
13
14export function setup(listeners: PlaceholderImplementationListeners) {
15 if (keyboard) {
16 keyboard.getLayoutMap = makePlaceholderImplementation(
17 "getLayoutMap",
18 listeners
19 );
20 }
21}
22
23export function onCallerCreated(
24 getTopLevelLayoutMap: ExposedFunctions.Async["getLayoutMap"]

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected