MCPcopy
hub / github.com/simstudioai/sim / route.ts

File route.ts

apps/sim/app/api/knowledge/[id]/tag-usage/route.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createLogger } from '@sim/logger'
2import { generateId } from '@sim/utils/id'
3import { type NextRequest, NextResponse } from 'next/server'
4import { getTagUsageContract } from '@/lib/api/contracts/knowledge'

Callers

nothing calls this directly

Calls 8

createLoggerFunction · 0.90
withRouteHandlerFunction · 0.90
generateIdFunction · 0.90
parseRequestFunction · 0.90
checkKnowledgeBaseAccessFunction · 0.90
getTagUsageFunction · 0.90
infoMethod · 0.80
errorMethod · 0.80

Tested by

no test coverage detected