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

Function Item

static/word2md/mammoth.browser.js:24011–24014  ·  view source on GitHub ↗
(fun, array)

Source from the content-addressed store, hash-verified

24009
24010// v8 likes predictible objects
24011function Item(fun, array) {
24012 this.fun = fun;
24013 this.array = array;
24014}
24015Item.prototype.run = function () {
24016 this.fun.apply(null, this.array);
24017};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected