Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
contains
Method · 0.95
Calls
2
equals
Method · 0.80
some
Method · 0.45
Tested by
no test coverage detected