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

Function leftAssociative

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

Source from the content-addressed store, hash-verified

14954 }
14955
14956 function leftAssociative(name) {
14957 return createRule(infixRules.untilExclusive(name));
14958 }
14959
14960 function rightAssociative(name) {
14961 return createRule(infixRules.untilInclusive(name));

Callers

nothing calls this directly

Calls 1

createRuleFunction · 0.70

Tested by

no test coverage detected