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

Function readDocumentMatcher

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

Source from the content-addressed store, hash-verified

2709}
2710
2711function readDocumentMatcher(string) {
2712 return parseString(documentMatcherRule(), string);
2713}
2714
2715function documentMatcherRule() {
2716 var sequence = lop.rules.sequence;

Callers

nothing calls this directly

Calls 2

parseStringFunction · 0.70
documentMatcherRuleFunction · 0.70

Tested by

no test coverage detected