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

Function Config

static/word2md/mammoth.browser.js:19263–19269  ·  view source on GitHub ↗
(good_length, max_lazy, nice_length, max_chain, func)

Source from the content-addressed store, hash-verified

19261 * found for specific files.
19262 */
19263function Config(good_length, max_lazy, nice_length, max_chain, func) {
19264 this.good_length = good_length;
19265 this.max_lazy = max_lazy;
19266 this.nice_length = nice_length;
19267 this.max_chain = max_chain;
19268 this.func = func;
19269}
19270
19271var configuration_table;
19272

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected