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

Function getItems

apps/sim/tools/instantly/utils.ts:62–65  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

60}
61
62export function getItems(value: unknown): JsonRecord[] {
63 const data = asRecord(value)
64 return Array.isArray(data.items) ? data.items.map(asRecord) : []
65}
66
67export function getNextStartingAfter(value: unknown): string | null {
68 const data = asRecord(value)

Callers 5

list_lead_lists.tsFile · 0.90
list_emails.tsFile · 0.90
list_leads.tsFile · 0.90
list_campaigns.tsFile · 0.90
drainGooglePagedListFunction · 0.85

Calls 1

asRecordFunction · 0.70

Tested by

no test coverage detected