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

Function removeUser

apps/web/ui/NewChannelModal/index.tsx:86–88  ·  view source on GitHub ↗
(user: SerializedUser)

Source from the content-addressed store, hash-verified

84 }
85
86 function removeUser(user: SerializedUser) {
87 setUsers((users) => users.filter((u) => u.id !== user.id));
88 }
89
90 return (
91 <Modal open={show} close={close}>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected