MCPcopy Create free account
hub / github.com/vercel/vercel / run

Method run

packages/python/src/quirks/index.ts:32–32  ·  view source on GitHub ↗
(ctx: QuirkContext)

Source from the content-addressed store, hash-verified

30 /** Quirks (by dependency name) that must run before this quirk */
31 runsAfter?: string[];
32 run(ctx: QuirkContext): Promise<QuirkResult>;
33}
34
35const quirks: Quirk[] = [litellmQuirk, prismaQuirk, matplotlibQuirk];

Callers 15

wsgi.pyFile · 0.65
main.pyFile · 0.65
app.pyFile · 0.65
runQuirksFunction · 0.65
buildWebpackFunction · 0.65
sandboxFunction · 0.65
emitWebSocketRequestFunction · 0.65
buildFunction · 0.65
rebuildFunction · 0.65
regenerateFunction · 0.65

Implementers 10

TestDjangoAsgiApppython/vercel-workers/tests/test_djang
TestDjangoTaskRetryBehaviorpython/vercel-workers/tests/test_djang
TestCeleryAdapterpython/vercel-workers/tests/test_celer
TestQueueClientspython/vercel-workers/tests/test_clien
UvicornWorkerpython/vercel-runtime/src/vercel_runti
Serverpython/vercel-runtime/src/vercel_runti
Multiprocesspython/vercel-runtime/src/vercel_runti
BaseReloadpython/vercel-runtime/src/vercel_runti
ReloaderLooppython/vercel-runtime/src/vercel_runti
WatchdogReloaderLooppython/vercel-runtime/src/vercel_runti

Calls

no outgoing calls