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

Function createRule

static/word2md/mammoth.browser.js:14964–14966  ·  view source on GitHub ↗
(infixRules)

Source from the content-addressed store, hash-verified

14962 }
14963
14964 function createRule(infixRules) {
14965 return apply.bind(null, infixRules);
14966 }
14967
14968 function apply(infixRules, tokens) {
14969 var leftResult = prefixRule(tokens);

Callers 3

ruleFunction · 0.70
leftAssociativeFunction · 0.70
rightAssociativeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected