MCPcopy Create free account
hub / github.com/dataease/SQLBot / has

Method has

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

Source from the content-addressed store, hash-verified

52359 for (const o of s.values()) this.add(o)
52360 return this
52361 }
52362 has(s) {
52363 const o = Jc(s) ? s : s.uri
52364 return _c(this.find((s) => s.uri === o))
52365 }
52366 find(s) {
52367 return this.refs.find(s)

Callers 1

addMethod · 0.95

Calls 3

findMethod · 0.95
JcFunction · 0.85
_cFunction · 0.85

Tested by

no test coverage detected