Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenPipe/OpenPipe
/ datasetEvals.router.ts
File
datasetEvals.router.ts
app/src/server/api/routers/datasetEvals.router.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ z } from
"zod"
;
2
3
import
{ createTRPCRouter, protectedProcedure } from
"~/server/api/trpc"
;
4
import
{ kysely, prisma } from
"~/server/db"
;
Callers
nothing calls this directly
Calls
11
requireCanViewProject
Function · 0.90
requireCanModifyProject
Function · 0.90
error
Function · 0.90
startTestJobsForEval
Function · 0.90
success
Function · 0.90
getModelTitle
Function · 0.90
constructEvaluationFiltersQuery
Function · 0.90
isComparisonModel
Function · 0.90
typedFineTune
Function · 0.90
then
Method · 0.45
create
Method · 0.45
Tested by
no test coverage detected