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

Function kw

static/plugins/codemirror/mode/javascript/javascript.js:26–26  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

24
25 var keywords = function(){
26 function kw(type) {return {type: type, style: "keyword"};}
27 var A = kw("keyword a"), B = kw("keyword b"), C = kw("keyword c"), D = kw("keyword d");
28 var operator = kw("operator"), atom = {type: "atom", style: "atom"};
29

Callers 1

javascript.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected