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

Method reject

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

Source from the content-addressed store, hash-verified

29416 )
29417 }
29418 reject(s, o) {
29419 return (
29420 (s = coerceElementMatchingCallback(s)),
29421 new ArraySlice(this.elements.filter(a(s), o))
29422 )
29423 }
29424 find(s, o) {
29425 return ((s = coerceElementMatchingCallback(s)), this.elements.find(s, o))
29426 }

Callers 14

extractFromDocFunction · 0.45
isEmptyMethod · 0.45
runFunction · 0.45
KsFunction · 0.45
oMethod · 0.45
rMethod · 0.45
nFunction · 0.45
kEFunction · 0.45
tinymce.min.jsFile · 0.45
AeFunction · 0.45

Calls 3

aFunction · 0.70
filterMethod · 0.45

Tested by

no test coverage detected