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

Method shouldServe

packages/cli/src/util/dev/types.ts:105–105  ·  view source on GitHub ↗
(params: ShouldServeOptions)

Source from the content-addressed store, hash-verified

103 opts: PrepareCacheOptions
104 ): CacheOutputs | Promise<CacheOutputs>;
105 shouldServe?(params: ShouldServeOptions): boolean | Promise<boolean>;
106 startDevServer?(opts: StartDevServerOptions): Promise<StartDevServerResult>;
107}
108

Callers 1

shouldServeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected