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

Function toArray

apps/sim/tools/emailbison/utils.ts:448–450  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

446}
447
448function toArray(value: unknown): unknown[] {
449 return Array.isArray(value) ? value : []
450}
451
452function toStringOrNull(value: unknown): string | null {
453 if (value === undefined || value === null) return null

Callers 3

mapLeadFunction · 0.70
mapCampaignFunction · 0.70
mapReplyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected