MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / isRecord

Function isRecord

src/snapshot-tests/json-normalize.ts:4–6  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

2import { normalizeSnapshotOutput, type NormalizeSnapshotOutputOptions } from './normalize.ts';
3
4function isRecord(value: unknown): value is Record<string, unknown> {
5 return value !== null && typeof value === 'object';
6}
7
8const ELEMENT_REF_KEYS = new Set(['elementRef', 'withinElementRef', 'ref']);
9const SIM_RUNTIME_ROOT = '<SIM_RUNTIME_ROOT>';

Callers 5

isDebugStackFrameRecordFunction · 0.70
isNormalizedTestCaseFunction · 0.70
isDiagnosticTestFailureFunction · 0.70
normalizeValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected