MCPcopy Create free account
hub / github.com/TruthHun/BookStack / Uint8ArrayWriter

Function Uint8ArrayWriter

static/word2md/mammoth.browser.js:13714–13717  ·  view source on GitHub ↗
(length)

Source from the content-addressed store, hash-verified

13712 * @param {number} length The length of the array.
13713 */
13714var Uint8ArrayWriter = function(length) {
13715 this.data = new Uint8Array(length);
13716 this.index = 0;
13717};
13718Uint8ArrayWriter.prototype = {
13719 /**
13720 * Append any content to the current array.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected