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

Function mergeClientOptions

src/client/client.ts:403–408  ·  view source on GitHub ↗
(
  config: AgentDeviceClientConfig,
  options: InternalRequestOptions,
)

Source from the content-addressed store, hash-verified

401}
402
403function mergeClientOptions(
404 config: AgentDeviceClientConfig,
405 options: InternalRequestOptions,
406): InternalRequestOptions {
407 return { ...config, ...options };
408}
409
410function normalizeLease(data: Record<string, unknown>): Lease {
411 const rawLease = data.lease;

Callers 3

executeFunction · 0.85
resolveRequestSessionFunction · 0.85
createAgentDeviceClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected