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

Function currentHyperlinkHref

static/word2md/mammoth.browser.js:933–938  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

931 }
932
933 function currentHyperlinkHref() {
934 var topHyperlink = _.last(complexFieldStack.filter(function(complexField) {
935 return complexField.type === "hyperlink";
936 }));
937 return topHyperlink ? topHyperlink.href : null;
938 }
939
940 function parseHyperlinkFieldCode(code) {
941 var result = /\s*HYPERLINK "(.*)"/.exec(code);

Callers 1

BodyReaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected