Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-with-antonio/nodebase
/ routers.ts
File
routers.ts
src/features/credentials/server/routers.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
prisma from
"@/lib/db"
;
2
import
{ createTRPCRouter, premiumProcedure, protectedProcedure } from
"@/trpc/init"
;
3
import
z from
"zod"
;
4
import
{ PAGINATION } from
"@/config/constants"
;
Callers
nothing calls this directly
Calls
1
encrypt
Function · 0.90
Tested by
no test coverage detected