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

Method findByElement

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

Source from the content-addressed store, hash-verified

932 return new _(this.findElements(s, { recursive: !0 }))
933 }
934 findByElement(s) {
935 return this.find((o) => o.element === s)
936 }
937 findByClass(s) {
938 return this.find((o) => o.classes.includes(s))
939 }

Callers

nothing calls this directly

Calls 1

findMethod · 0.95

Tested by

no test coverage detected