Skip to content

parseDescribeResponse

function parseDescribeResponse(batches, onLog?): Promise<ServiceDescription>;

Defined in: src/client/introspect.ts:70

Parse a describe response from batches into a ServiceDescription. Reusable across transports (HTTP, pipe, subprocess).

ParameterType
batchesRecordBatch<any>[]
onLog?(msg) => void

Promise<ServiceDescription>