MCPcopy Index your code
hub / github.com/simstudioai/sim / getDestination

Function getDestination

apps/sim/lib/data-drains/destinations/registry.ts:20–22  ·  view source on GitHub ↗
(type: DestinationType)

Source from the content-addressed store, hash-verified

18} as const satisfies Record<DestinationType, DrainDestination>
19
20export function getDestination(type: DestinationType): DrainDestination {
21 return DESTINATION_REGISTRY[type]
22}

Callers 5

serializeDrainFunction · 0.90
runDrainFunction · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected