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

Function captureRule

static/word2md/mammoth.browser.js:15497–15499  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15495
15496exports.sequence.capture = function(rule, name) {
15497 var captureRule = function() {
15498 return rule.apply(this, arguments);
15499 };
15500 captureRule.captureName = name;
15501 captureRule.isCaptured = true;
15502 return captureRule;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected