MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / onEmailClick

Function onEmailClick

apps/web/ui/IntegrationsModal/index.tsx:118–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 };
117
118 const onEmailClick = async () => {
119 if (!channel) {
120 return;
121 }
122 return emailUs({
123 channelName: channel.channelName,
124 accountId: channel.accountId,
125 type: 'email',
126 });
127 };
128
129 const onRemoveEmailClick = async () => {
130 if (!channel) {

Callers

nothing calls this directly

Calls 1

emailUsFunction · 0.85

Tested by

no test coverage detected