MCPcopy Create free account
hub / github.com/AlexErrant/Pentive / readArrayBuffer

Method readArrayBuffer

shared-dom/src/tar.ts:37–42  ·  view source on GitHub ↗
(arrayBuffer: ArrayBuffer)

Source from the content-addressed store, hash-verified

35 }
36
37 readArrayBuffer(arrayBuffer: ArrayBuffer) {
38 this.buffer = arrayBuffer
39 this.fileInfo = []
40 this._readFileInfo()
41 return this.fileInfo
42 }
43
44 _readFileInfo() {
45 this.fileInfo = []

Callers

nothing calls this directly

Calls 1

_readFileInfoMethod · 0.95

Tested by

no test coverage detected