MCPcopy Index your code
hub / github.com/dataease/SQLBot / reject

Method reject

frontend/public/swagger-ui-bundle.js:5299–5301  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

5297 return new ObjectSlice(this.elements.filter((i) => s.bind(o)(i.value, i.key, i)))
5298 }
5299 reject(s, o) {
5300 return this.filter(a(s.bind(o)))
5301 }
5302 forEach(s, o) {
5303 return this.elements.forEach((i, a) => {
5304 s.bind(o)(i.value, i.key, i, a)

Callers

nothing calls this directly

Calls 3

filterMethod · 0.95
aFunction · 0.70
bindMethod · 0.45

Tested by

no test coverage detected