MCPcopy
hub / github.com/FlowiseAI/Flowise / isUserSelected

Function isUserSelected

packages/ui/src/views/workspace/WorkspaceUsers.jsx:118–118  ·  view source on GitHub ↗
(userId)

Source from the content-addressed store, hash-verified

116 }
117
118 const isUserSelected = (userId) => usersSelected.findIndex((item) => item.userId === userId) !== -1
119
120 const addUser = () => {
121 const dialogProp = {

Callers 1

WorkspaceDetailsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected