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

Function arrayToHash

static/word2md/mammoth.browser.js:29687–29695  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

29685
29686
29687function arrayToHash(array) {
29688 var hash = {};
29689
29690 array.forEach(function(val, idx) {
29691 hash[val] = true;
29692 });
29693
29694 return hash;
29695}
29696
29697
29698function formatValue(ctx, value, recurseTimes) {

Callers 1

formatValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected