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

Function listDeviceInventory

src/core/dispatch-resolve.ts:238–240  ·  view source on GitHub ↗
(request: DeviceInventoryRequest)

Source from the content-addressed store, hash-verified

236}
237
238export async function listDeviceInventory(request: DeviceInventoryRequest): Promise<DeviceInfo[]> {
239 return (await readInjectedDeviceInventory(request)) ?? (await listLocalDeviceInventory(request));
240}
241
242async function readInjectedDeviceInventory(
243 request: DeviceInventoryRequest,

Callers 3

Calls 2

listLocalDeviceInventoryFunction · 0.90

Tested by

no test coverage detected