MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / getWelcome

Function getWelcome

app/src/modules/renderer.js:198–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196
197// ---- Welcome ----
198function getWelcome() { return $('welcome'); }
199export function removeWelcome() {
200 const w = getWelcome();
201 if (w && w.parentNode) w.remove();

Callers 1

removeWelcomeFunction · 0.70

Calls 1

$Function · 0.90

Tested by

no test coverage detected