MCPcopy Create free account
hub / github.com/Paxa/postbird / maybeoperatorComma

Function maybeoperatorComma

public/codemirror/javascript/javascript.js:418–421  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

416 }
417
418 function maybeoperatorComma(type, value) {
419 if (type == ",") return cont(expression);
420 return maybeoperatorNoComma(type, value, false);
421 }
422 function maybeoperatorNoComma(type, value, noComma) {
423 var me = noComma == false ? maybeoperatorComma : maybeoperatorNoComma;
424 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