MCPcopy Create free account
hub / github.com/dailydotdev/apps / getDefaultLink

Function getDefaultLink

packages/extension/src/newtab/dnd.ts:22–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20const browserTest = () =>
21 process.env.TARGET_BROWSER === 'chrome' ? CHROME_DEFAULT_URL : DEFAULT_URL;
22export const getDefaultLink = (): string =>
23 isBrave() ? BRAVE_DEFAULT_URL : browserTest();
24interface DndOption<T extends TimeFormat> {
25 value: number;
26 label: string;

Callers 1

handleSubmitFunction · 0.90

Calls 2

isBraveFunction · 0.90
browserTestFunction · 0.85

Tested by

no test coverage detected