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

Function apply

static/word2md/mammoth.browser.js:14968–14975  ·  view source on GitHub ↗
(infixRules, tokens)

Source from the content-addressed store, hash-verified

14966 }
14967
14968 function apply(infixRules, tokens) {
14969 var leftResult = prefixRule(tokens);
14970 if (leftResult.isSuccess()) {
14971 return infixRules.apply(leftResult);
14972 } else {
14973 return leftResult;
14974 }
14975 }
14976
14977 return self;
14978};

Callers

nothing calls this directly

Calls 1

applyToTokensFunction · 0.70

Tested by

no test coverage detected