MCPcopy Index your code
hub / github.com/pingdotgg/uploadthing / createUploadthing

Function createUploadthing

packages/uploadthing/src/server.ts:28–30  ·  view source on GitHub ↗
(
  opts?: CreateBuilderOptions<TErrorShape>,
)

Source from the content-addressed store, hash-verified

26};
27
28export const createUploadthing = <TErrorShape extends Json>(
29 opts?: CreateBuilderOptions<TErrorShape>,
30) => createBuilder<AdapterArgs, TErrorShape>(opts);
31
32export const createRouteHandler = <TRouter extends FileRouter>(
33 opts: RouteHandlerOptions<TRouter>,

Callers 10

setupUTServerFunction · 0.90
router.tsFile · 0.90
uploadthing.tsFile · 0.90
uploadthing.tsFile · 0.90
uploadthing+api.tsFile · 0.90
uploadthing.tsFile · 0.90

Calls 1

createBuilderFunction · 0.90

Tested by 1

setupUTServerFunction · 0.72