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

Method hasKey

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

Source from the content-addressed store, hash-verified

23747 return this.content.map((s) => s.value.toValue())
23748 }
23749 hasKey(s) {
23750 return this.content.some((o) => o.key.equals(s))
23751 }
23752 items() {
23753 return this.content.map((s) => [s.key.toValue(), s.value.toValue()])
23754 }

Callers 15

getMetaPropertyMethod · 0.80
hasMethod · 0.80
requiredMethod · 0.80
deprecatedMethod · 0.80
deprecatedMethod · 0.80
requiredMethod · 0.80
deprecatedMethod · 0.80
requiredMethod · 0.80
isReferenceLikeElementFunction · 0.80
identifyMethod · 0.80

Calls 2

equalsMethod · 0.80
someMethod · 0.45

Tested by

no test coverage detected