Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 ----
198
function
getWelcome() {
return
$(
'welcome'
); }
199
export
function
removeWelcome() {
200
const
w = getWelcome();
201
if
(w && w.parentNode) w.remove();
Callers
1
removeWelcome
Function · 0.70
Calls
1
$
Function · 0.90
Tested by
no test coverage detected