Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
290
function
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
getForSelect
Method · 0.85
keysAreIncluded
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected