Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GmpABR/NexusFlow
/ joinWorkspaceByToken
Function
joinWorkspaceByToken
frontend/src/api/workspaces.ts:104–107 ·
view source on GitHub ↗
(token: string)
Source
from the content-addressed store, hash-verified
102
};
103
104
export
const
joinWorkspaceByToken =
async
(token: string) => {
105
const
response =
await
api.post<{ message: string, workspaceId: number }>(`/workspaces/join/${token}`);
106
return
response.data;
107
};
Callers
1
handleJoin
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected