Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ getById
Method
getById
frontend/public/swagger-ui-bundle.js:940–942 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
938
return
this.find((o) => o.classes.includes(s))
939
}
940
getById(s) {
941
return
this.find((o) => o.id.toValue() === s).first
942
}
943
includes(s) {
944
return
this.content.some((o) => o.equals(s))
945
}
Callers
1
p
Function · 0.80
Calls
2
find
Method · 0.95
toValue
Method · 0.45
Tested by
no test coverage detected