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

Function getCompanionWrapper

packages/shared/src/lib/extension.ts:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15export const getCompanionWrapper = (): HTMLElement | null =>
16 globalThis?.document
17 ?.querySelector('daily-companion-app')
18 ?.shadowRoot?.querySelector('#daily-companion-wrapper') ?? null;

Callers 6

TooltipFunction · 0.90
RootPortalFunction · 0.90
DropdownMenu.tsxFile · 0.90
CompanionMenuFunction · 0.90
AppFunction · 0.90
renderAppFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected