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

Function setUserChannels

apps/web/ui/ChannelsView/index.tsx:157–159  ·  view source on GitHub ↗
(from: string, to: string | null)

Source from the content-addressed store, hash-verified

155 }
156
157 function setUserChannels(from: string, to: string | null) {
158 setChannels(reorderChannels(channels, from, to));
159 }
160
161 return (
162 <div className={styles.wrapper}>

Callers 1

onDropFunction · 0.85

Calls 1

reorderChannelsFunction · 0.85

Tested by

no test coverage detected