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

Function readOptionalAttribute

static/word2md/mammoth.browser.js:1418–1420  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1416 var id = element.attributes["w:id"];
1417
1418 function readOptionalAttribute(name) {
1419 return (element.attributes[name] || "").trim() || null;
1420 }
1421
1422 return bodyReader.readXmlElements(element.children)
1423 .map(function(body) {

Callers 1

readCommentElementFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected