MCPcopy Create free account
hub / github.com/apache/cassandra-nodejs-driver / contains

Function contains

lib/mapping/object-selector.js:290–292  ·  view source on GitHub ↗
(arr, fn)

Source from the content-addressed store, hash-verified

288}
289
290function contains(arr, fn) {
291 return arr.filter(fn).length > 0;
292}
293
294/**
295 * Returns the amount of matches for a given key

Callers 2

getForSelectMethod · 0.85
keysAreIncludedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected