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

Function Disposer

static/word2md/mammoth.browser.js:9016–9020  ·  view source on GitHub ↗
(data, promise, context)

Source from the content-addressed store, hash-verified

9014 }
9015
9016 function Disposer(data, promise, context) {
9017 this._data = data;
9018 this._promise = promise;
9019 this._context = context;
9020 }
9021
9022 Disposer.prototype.data = function () {
9023 return this._data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected