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

Function target

public/codemirror/javascript/javascript.js:463–465  ·  view source on GitHub ↗
(_, value)

Source from the content-addressed store, hash-verified

461 };
462 }
463 function target(_, value) {
464 if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorComma); }
465 }
466 function targetNoComma(_, value) {
467 if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorNoComma); }
468 }

Callers

nothing calls this directly

Calls 1

contFunction · 0.85

Tested by

no test coverage detected