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

Function is

static/plugins/codemirror/mode/clojure/clojure.js:233–236  ·  view source on GitHub ↗
(value, test)

Source from the content-addressed store, hash-verified

231 }
232
233 function is(value, test) {
234 if (test instanceof RegExp) return test.test(value);
235 if (test instanceof Object) return test.propertyIsEnumerable(value);
236 }
237
238 return {
239 startState: function () {

Callers 3

deepEqualFunction · 0.85
baseFunction · 0.85
clojure.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected