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

Method from

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

* Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`.

(
      arrayBuffer: WithImplicitCoercion<ArrayBuffer | SharedArrayBuffer>,
      byteOffset?: number,
      length?: number
    )

Source from the content-addressed store, hash-verified

150 * Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`.
151 */
152 from(
153 arrayBuffer: WithImplicitCoercion<ArrayBuffer | SharedArrayBuffer>,
154 byteOffset?: number,
155 length?: number

Callers 15

lambda-server.jsFile · 0.65
index.mjsFile · 0.65
segmentArrayFunction · 0.65
v3-lib.mjsFile · 0.65
api.tsFile · 0.65
v3-s3.mjsFile · 0.65
printResultsMethod · 0.65
hasAsymmetricFunction · 0.65
JestChaiExpectFunction · 0.65
sameTimeZoneFunction · 0.65
fetch.test.tsFile · 0.65

Calls

no outgoing calls

Tested by 3

sameTimeZoneFunction · 0.52
updateTransformFunction · 0.52