MCPcopy Create free account
hub / github.com/RubyLouvre/anu / createDisjunction

Function createDisjunction

test/babel.js:57997–58003  ·  view source on GitHub ↗
(alternatives, from, to)

Source from the content-addressed store, hash-verified

57995 }
57996
57997 function createDisjunction(alternatives, from, to) {
57998 return addRaw({
57999 type: 'disjunction',
58000 body: alternatives,
58001 range: [from, to]
58002 });
58003 }
58004
58005 function createDot() {
58006 return addRaw({

Callers 1

parseDisjunctionFunction · 0.85

Calls 1

addRawFunction · 0.85

Tested by

no test coverage detected