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

Function extractEntry

static/word2md/mammoth.browser.js:8010–8014  ·  view source on GitHub ↗
(value, key)

Source from the content-addressed store, hash-verified

8008 var size = 0;
8009
8010 function extractEntry(value, key) {
8011 this[index] = value;
8012 this[index + size] = key;
8013 index++;
8014 }
8015
8016 return function mapToEntries(map) {
8017 size = map.size;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected