MCPcopy Create free account
hub / github.com/awslabs/llrt / concat

Method concat

types/buffer.d.ts:148–148  ·  view source on GitHub ↗

* Returns a new `Buffer` which is the result of concatenating all the `Buffer` instances in the `list` together. * * If the list has no items, or if the `totalLength` is 0, then a new zero-length `Buffer` is returned. * * If `totalLength` is not provided, it is calculated from th

(list: readonly Uint8Array[], totalLength?: number)

Source from the content-addressed store, hash-verified

146 * @param totalLength Total length of the `Buffer` instances in `list` when concatenated.
147 */
148 concat(list: readonly Uint8Array[], totalLength?: number): Buffer;
149 /**
150 * Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`.
151 */

Callers 15

readFilesRecursiveFunction · 0.80
url_to_http_optionsFunction · 0.80
path_to_file_urlFunction · 0.80
convert_trailing_spaceFunction · 0.80
strip_path_sentinelFunction · 0.80
from_strMethod · 0.80
set_prototypeFunction · 0.80
try_fromMethod · 0.80
try_fromMethod · 0.80
import_derive_keyFunction · 0.80

Calls

no outgoing calls

Tested by 1

writeSequencesFunction · 0.64