MCPcopy Index your code
hub / github.com/TruthHun/BookStack / readHtmlPath

Function readHtmlPath

static/word2md/mammoth.browser.js:2871–2873  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

2869}
2870
2871function readHtmlPath(string) {
2872 return parseString(htmlPathRule(), string);
2873}
2874
2875function htmlPathRule() {
2876 var capture = lop.rules.sequence.capture;

Callers

nothing calls this directly

Calls 2

parseStringFunction · 0.70
htmlPathRuleFunction · 0.70

Tested by

no test coverage detected