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

Function convertTable

static/word2md/mammoth.browser.js:338–342  ·  view source on GitHub ↗
(element, messages, options)

Source from the content-addressed store, hash-verified

336 ]);
337
338 function convertTable(element, messages, options) {
339 return findHtmlPath(element, defaultTablePath).wrap(function() {
340 return convertTableChildren(element, messages, options);
341 });
342 }
343
344 function convertTableChildren(element, messages, options) {
345 var bodyIndex = _.findIndex(element.children, function(child) {

Callers

nothing calls this directly

Calls 2

findHtmlPathFunction · 0.70
convertTableChildrenFunction · 0.70

Tested by

no test coverage detected