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

Function createGroup

test/babel.js:58028–58035  ·  view source on GitHub ↗
(behavior, disjunction, from, to)

Source from the content-addressed store, hash-verified

58026 }
58027
58028 function createGroup(behavior, disjunction, from, to) {
58029 return addRaw({
58030 type: 'group',
58031 behavior: behavior,
58032 body: disjunction,
58033 range: [from, to]
58034 });
58035 }
58036
58037 function createQuantifier(min, max, from, to) {
58038 if (to == null) {

Callers 1

parseGroupFunction · 0.85

Calls 1

addRawFunction · 0.85

Tested by

no test coverage detected