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

Function isRecord

packages/hosts/mcp/src/tool-server.ts:223–224  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

221 });
222
223const isRecord = (value: unknown): value is Record<string, unknown> =>
224 typeof value === "object" && value !== null && !Array.isArray(value);
225
226const appsClientCapabilitiesFromUnknown = (
227 capabilities: unknown,

Callers 5

appToolMetaFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected