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

Function untilExclusive

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

Source from the content-addressed store, hash-verified

14979
14980function InfixRules(infixRules) {
14981 function untilExclusive(name) {
14982 return new InfixRules(infixRules.slice(0, ruleNames().indexOf(name)));
14983 }
14984
14985 function untilInclusive(name) {
14986 return new InfixRules(infixRules.slice(0, ruleNames().indexOf(name) + 1));

Callers

nothing calls this directly

Calls 1

ruleNamesFunction · 0.70

Tested by

no test coverage detected