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

Function setup

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

Source from the content-addressed store, hash-verified

10} from "./lib";
11
12export function setup(listeners: PlaceholderImplementationListeners) {
13 listeners.setTitle = [];
14 makePlaceholderImplementation("setTitle", listeners);
15}
16
17export function onCallerCreated(
18 setTopLevelTitle: ExposedFunctions.Async["setTitle"]

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected