MCPcopy 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

pFunction · 0.80

Calls 2

findMethod · 0.95
toValueMethod · 0.45

Tested by

no test coverage detected