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

Function getServiceQueueTopics

packages/build-utils/src/types.ts:710–715  ·  view source on GitHub ↗
(config: {
  type?: ServiceType;
  topics?: ServiceTopics;
})

Source from the content-addressed store, hash-verified

708}
709
710export function getServiceQueueTopics(config: {
711 type?: ServiceType;
712 topics?: ServiceTopics;
713}): string[] {
714 return getServiceQueueTopicConfigs(config).map(topic => topic.topic);
715}
716
717export function isQueueTriggeredService(service: {
718 type?: ServiceType;

Callers 2

getServiceTargetFunction · 0.90
resolveConfiguredServiceFunction · 0.90

Calls 1

Tested by

no test coverage detected