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

Function target

static/libs/javascript.js:510–512  ·  view source on GitHub ↗
(_, value)

Source from the content-addressed store, hash-verified

508 };
509 }
510 function target(_, value) {
511 if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorComma); }
512 }
513 function targetNoComma(_, value) {
514 if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorNoComma); }
515 }

Callers

nothing calls this directly

Calls 1

contFunction · 0.85

Tested by

no test coverage detected