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

Function TreeDesc

static/word2md/mammoth.browser.js:22519–22523  ·  view source on GitHub ↗
(dyn_tree, stat_desc)

Source from the content-addressed store, hash-verified

22517
22518
22519function TreeDesc(dyn_tree, stat_desc) {
22520 this.dyn_tree = dyn_tree; /* the dynamic tree */
22521 this.max_code = 0; /* largest code with non zero frequency */
22522 this.stat_desc = stat_desc; /* the corresponding static tree */
22523}
22524
22525
22526

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected