Searched refs:batchLen (Results 1 – 1 of 1) sorted by relevance
455 const batchLen = reader.uint32(); constant456 const batchRaw = resBytes.subarray(reader.pos, reader.pos + batchLen);457 reader.pos += batchLen;