MCPcopy Create free account
hub / github.com/TextGeneratorio/text-generator.io / maybeoperatorComma

Function maybeoperatorComma

static/libs/javascript.js:456–459  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

454 }
455
456 function maybeoperatorComma(type, value) {
457 if (type == ",") return cont(maybeexpression);
458 return maybeoperatorNoComma(type, value, false);
459 }
460 function maybeoperatorNoComma(type, value, noComma) {
461 var me = noComma == false ? maybeoperatorComma : maybeoperatorNoComma;
462 var expr = noComma == false ? expression : expressionNoComma;

Callers

nothing calls this directly

Calls 2

contFunction · 0.85
maybeoperatorNoCommaFunction · 0.85

Tested by

no test coverage detected