MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / target

Function target

static/plugins/codemirror/mode/javascript/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.70

Tested by

no test coverage detected