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

Function removeChannel

apps/web/ui/OnboardingForm/index.tsx:92–94  ·  view source on GitHub ↗
(channel: string)

Source from the content-addressed store, hash-verified

90 }
91
92 function removeChannel(channel: string) {
93 setChannels(channels.filter((c) => c !== channel));
94 }
95
96 function removeEmail(email: string) {
97 setEmails(emails.filter((e) => e !== email));

Callers 1

OnboardingFormFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected