MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / isObjectRecord

Function isObjectRecord

apps/local/src/db/v1-v2-migration.ts:361–362  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

359};
360
361const isObjectRecord = (value: unknown): value is Record<string, unknown> =>
362 typeof value === "object" && value !== null && !Array.isArray(value);
363
364const sourceKeyForBinding = (binding: Row): string =>
365 migrationSourceKey(

Callers 2

mcpOAuthEndpointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected