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

Function untilInclusive

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

Source from the content-addressed store, hash-verified

14983 }
14984
14985 function untilInclusive(name) {
14986 return new InfixRules(infixRules.slice(0, ruleNames().indexOf(name) + 1));
14987 }
14988
14989 function ruleNames() {
14990 return infixRules.map(function(rule) {

Callers

nothing calls this directly

Calls 1

ruleNamesFunction · 0.70

Tested by

no test coverage detected