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

Function createValue

test/babel.js:57966–57973  ·  view source on GitHub ↗
(kind, codePoint, from, to)

Source from the content-addressed store, hash-verified

57964 }
57965
57966 function createValue(kind, codePoint, from, to) {
57967 return addRaw({
57968 type: 'value',
57969 kind: kind,
57970 codePoint: codePoint,
57971 range: [from, to]
57972 });
57973 }
57974
57975 function createEscaped(kind, codePoint, value, fromOffset) {
57976 fromOffset = fromOffset || 0;

Callers 2

createEscapedFunction · 0.85
createCharacterFunction · 0.85

Calls 1

addRawFunction · 0.85

Tested by

no test coverage detected