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

Function onGithubClick

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

Source from the content-addressed store, hash-verified

93 };
94
95 const onGithubClick = async () => {
96 if (!channel) {
97 return;
98 }
99 return emailUs({
100 channelName: channel.channelName,
101 accountId: channel.accountId,
102 type: 'github',
103 });
104 };
105
106 const onRemoveGithubClick = async () => {
107 if (!channel) {

Callers

nothing calls this directly

Calls 1

emailUsFunction · 0.85

Tested by

no test coverage detected