MCPcopy Index your code
hub / github.com/RubyLouvre/anu / createReference

Function createReference

test/babel.js:58020–58026  ·  view source on GitHub ↗
(matchIndex)

Source from the content-addressed store, hash-verified

58018 }
58019
58020 function createReference(matchIndex) {
58021 return addRaw({
58022 type: 'reference',
58023 matchIndex: parseInt(matchIndex, 10),
58024 range: [pos - 1 - matchIndex.length, pos]
58025 });
58026 }
58027
58028 function createGroup(behavior, disjunction, from, to) {
58029 return addRaw({

Callers 1

parseDecimalEscapeFunction · 0.85

Calls 1

addRawFunction · 0.85

Tested by

no test coverage detected