MCPcopy
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

1import { v4 as uuidv4 } from "uuid";
2import { z } from "zod";
3import { TRPCError } from "@trpc/server";
4import { createTRPCRouter, protectedProcedure } from "~/server/api/trpc";

Callers

nothing calls this directly

Calls 6

requireIsProjectAdminFunction · 0.90
errorFunction · 0.90
sendProjectInvitationFunction · 0.90
successFunction · 0.90
requireNothingFunction · 0.90
createMethod · 0.45

Tested by

no test coverage detected