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

Function onOptOut

packages/extension/src/frame/controller.ts:132–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 };
131
132 const onOptOut = () => {
133 sendParentMessage(extensionSiteEmbedFrameEvent.OptOutRequested, {
134 target: target.href,
135 });
136 };
137
138 renderPermissionPrompt({
139 root,

Callers 2

optOutFunction · 0.85
renderPermissionPromptFunction · 0.85

Calls 1

sendParentMessageFunction · 0.85

Tested by

no test coverage detected