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

Function getInternalServiceCronPath

packages/build-utils/src/service-path-utils.ts:29–36  ·  view source on GitHub ↗
(
  serviceName: string,
  entrypoint: string,
  handler = 'cron'
)

Source from the content-addressed store, hash-verified

27}
28
29export function getInternalServiceCronPath(
30 serviceName: string,
31 entrypoint: string,
32 handler = 'cron'
33): string {
34 const normalizedEntrypoint = normalizeInternalServiceEntrypoint(entrypoint);
35 return `${getInternalServiceCronPathPrefix(serviceName)}/${normalizedEntrypoint}/${handler}`;
36}

Callers 4

getServiceCronsFunction · 0.90
getServiceCronsFunction · 0.90
startCronSchedulersMethod · 0.85

Tested by

no test coverage detected