FreadvSync
Bun

function

fs.readvSync

function readvSync(
fd: number,
buffers: readonly ArrayBufferView<ArrayBufferLike>[],
position?: number
): number;

For detailed information, see the documentation of the asynchronous version of this API: readv.

@returns

The number of bytes read.