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

Method contains

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

Source from the content-addressed store, hash-verified

944 return this.content.some((o) => o.equals(s))
945 }
946 contains(s) {
947 return this.includes(s)
948 }
949 empty() {
950 return new this.constructor([])
951 }

Callers 15

LeFunction · 0.80
getDefinitionsByNamesFunction · 0.80
request_snippetsFunction · 0.80
renderMethod · 0.80
apiMethod · 0.80
resultsMethod · 0.80
warningsMethod · 0.80
errorsMethod · 0.80
MemberElementMethod · 0.80
SchemaElementMethod · 0.80
components_HighlightCodeFunction · 0.80

Calls 1

includesMethod · 0.95

Tested by

no test coverage detected