MCPcopy Index your code
hub / github.com/OpenPipe/OpenPipe / trpcStatusCodes.ts

File trpcStatusCodes.ts

app/src/server/utils/trpcStatusCodes.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { TRPC_ERROR_CODE_HTTP_STATUS } from "trpc-openapi/dist/adapters/node-http/errors";
2
3type KeyFromValue<TValue, TType extends Record<PropertyKey, PropertyKey>> = {
4 [K in keyof TType]: TValue extends TType[K] ? K : never;

Callers

nothing calls this directly

Calls 1

invertFunction · 0.85

Tested by

no test coverage detected