Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenPipe/OpenPipe
/ users.router.ts
File
users.router.ts
app/src/server/api/routers/users.router.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ v4 as uuidv4 } from
"uuid"
;
2
import
{ z } from
"zod"
;
3
import
{ TRPCError } from
"@trpc/server"
;
4
import
{ createTRPCRouter, protectedProcedure } from
"~/server/api/trpc"
;
Callers
nothing calls this directly
Calls
6
requireIsProjectAdmin
Function · 0.90
error
Function · 0.90
sendProjectInvitation
Function · 0.90
success
Function · 0.90
requireNothing
Function · 0.90
create
Method · 0.45
Tested by
no test coverage detected