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

Function mapReplyAddress

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

Source from the content-addressed store, hash-verified

419}
420
421function mapReplyAddress(value: unknown): EmailBisonReplyAddress {
422 const record = toRecord(value)
423
424 return {
425 name: toStringOrNull(record.name),
426 address: toStringOrNull(record.address),
427 }
428}
429
430function mapReplyAttachment(value: unknown): EmailBisonReplyAttachment {
431 const record = toRecord(value)

Callers

nothing calls this directly

Calls 2

toRecordFunction · 0.85
toStringOrNullFunction · 0.70

Tested by

no test coverage detected