MCPcopy Create free account
hub / github.com/Noumena-Network/code / getDownloadUrl

Function getDownloadUrl

src/components/DesktopHandoff.tsx:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11import { LoadingState } from './design-system/LoadingState.js';
12const DESKTOP_DOCS_URL = 'https://console.noumena.com/desktop';
13export function getDownloadUrl(): string {
14 return DESKTOP_DOCS_URL;
15}
16type DesktopHandoffState = 'checking' | 'prompt-download' | 'flushing' | 'opening' | 'success' | 'error';
17type Props = {
18 onDone: (result?: string, options?: {

Callers 1

DesktopHandoffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected