MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / isRecord

Function isRecord

src/utils/structured-output-envelope.ts:72–74  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

70]);
71
72function isRecord(value: unknown): value is Record<string, unknown> {
73 return typeof value === 'object' && value !== null && !Array.isArray(value);
74}
75
76function applyStructuredOutputStyle<TData>(
77 envelope: StructuredOutputEnvelope<TData>,

Callers 2

toStructuredEnvelopeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected