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

Function DataReader

static/word2md/mammoth.browser.js:12263–12267  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

12261var utils = require('./utils');
12262
12263function DataReader(data) {
12264 this.data = null; // type : see implementation
12265 this.length = 0;
12266 this.index = 0;
12267}
12268DataReader.prototype = {
12269 /**
12270 * Check that the offset will not go too far.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected