MCPcopy Create free account
hub / github.com/CanadaHonk/shadow / welcome

Function welcome

engine/main.js:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20window.version = `2025.09.11`;
21
22const welcome = () => load('about:welcome');
23window.welcome = welcome;
24
25const error = e => console.error(e) || load(`about:error?${btoa(JSON.stringify({ error: e.stack ?? e, url: window._location.url }))}`);

Callers 1

main.jsFile · 0.85

Calls 1

loadFunction · 0.85

Tested by

no test coverage detected