Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
WorkspaceDetails
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected