MCPcopy
hub / github.com/msgbyte/tianji / trpc.ts

File trpc.ts

src/server/trpc/trpc.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { initTRPC, TRPCError } from '@trpc/server';
2import { z } from 'zod';
3import { jwtVerify } from '../middleware/auth.js';
4import { getWorkspaceUser } from '../model/workspace.js';

Callers

nothing calls this directly

Calls 5

verifyUserApiKeyFunction · 0.85
jwtVerifyFunction · 0.85
useMethod · 0.80
inputMethod · 0.80

Tested by

no test coverage detected