MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / target

Function target

lib/web/CodeMirror/mode/javascript/javascript.js:506–508  ·  view source on GitHub ↗
(_, value)

Source from the content-addressed store, hash-verified

504 };
505 }
506 function target(_, value) {
507 if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorComma); }
508 }
509 function targetNoComma(_, value) {
510 if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorNoComma); }
511 }

Callers 3

executeTextFragmentMethod · 0.85
beginMethod · 0.85
endMethod · 0.85

Calls 1

contFunction · 0.70

Tested by

no test coverage detected