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

Method includes

frontend/public/swagger-ui-bundle.js:29433–29435  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

29431 return this.elements.reduce(s, o)
29432 }
29433 includes(s) {
29434 return this.elements.some((o) => o.equals(s))
29435 }
29436 shift() {
29437 return this.elements.shift()
29438 }

Callers 15

findByClassMethod · 0.45
constructorMethod · 0.45
flipFactoryFunction · 0.45
reverseFactoryFunction · 0.45
destroyCircularFunction · 0.45
OaFunction · 0.45
scoreForKeywordFunction · 0.45
compileLanguageFunction · 0.45
_highlightFunction · 0.45
parseValueFunction · 0.45
getParameterSchemaFunction · 0.45

Calls 2

equalsMethod · 0.80
someMethod · 0.45

Tested by

no test coverage detected