MCPcopy Index your code
hub / github.com/callstack/agent-device / readObject

Function readObject

src/client/client.ts:399–401  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

397}
398
399function readObject(value: unknown): Record<string, unknown> | undefined {
400 return isRecord(value) ? value : undefined;
401}
402
403function mergeClientOptions(
404 config: AgentDeviceClientConfig,

Callers 2

createAgentDeviceClientFunction · 0.70

Calls 1

isRecordFunction · 0.90

Tested by

no test coverage detected