MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / Uint8Array

Function Uint8Array

modules/network/ble/btutils.js:44–46  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

42
43const toArrayBuffer = Object.freeze({
44 Uint8Array(value) {
45 return value.buffer;
46 },
47 Int8Array(value) {
48 return value.buffer;
49 },

Callers 1

decodeTagMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected