MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / formaybein

Function formaybein

src/cm/javascript.js:337–340  ·  view source on GitHub ↗
(type, value)

Source from the content-addressed store, hash-verified

335 return cont(forspec2);
336 }
337 function formaybein(type, value) {
338 if (value == "in") return cont(expression);
339 return cont(maybeoperator, forspec2);
340 }
341 function forspec2(type, value) {
342 if (type == ";") return cont(forspec3);
343 if (value == "in") return cont(expression);

Callers

nothing calls this directly

Calls 1

contFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…