MCPcopy Index your code
hub / github.com/Moddable-OpenSource/moddable / decode

Method decode

tools/xsbug/DebugBehavior.js:1140–1142  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

1138
1139globalThis.TextDecoder = class {
1140 decode(data) {
1141 return String.fromArrayBuffer(data.subarray().buffer);
1142 }
1143}
1144
1145const pocoPixelsFormats = [

Callers

nothing calls this directly

Calls 1

fromArrayBufferMethod · 0.65

Tested by

no test coverage detected