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

Function SequenceValues

static/word2md/mammoth.browser.js:15468–15471  ·  view source on GitHub ↗
(values, valuesArray)

Source from the content-addressed store, hash-verified

15466};
15467
15468var SequenceValues = function(values, valuesArray) {
15469 this._values = values || {};
15470 this._valuesArray = valuesArray || [];
15471};
15472
15473SequenceValues.prototype.withValue = function(rule, value) {
15474 if (rule.captureName && rule.captureName in this._values) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected