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

Method includes

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

Source from the content-addressed store, hash-verified

941 return this.find((o) => o.id.toValue() === s).first
942 }
943 includes(s) {
944 return this.content.some((o) => o.equals(s))
945 }
946 contains(s) {
947 return this.includes(s)
948 }

Callers 1

containsMethod · 0.95

Calls 2

equalsMethod · 0.80
someMethod · 0.45

Tested by

no test coverage detected