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

Function expression

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

Source from the content-addressed store, hash-verified

419 if (type == "(") return cont(funarg, expect(")"))
420 }
421 function expression(type, value) {
422 return expressionInner(type, value, false);
423 }
424 function expressionNoComma(type, value) {
425 return expressionInner(type, value, true);
426 }

Callers

nothing calls this directly

Calls 1

expressionInnerFunction · 0.85

Tested by

no test coverage detected