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

Method get

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

Source from the content-addressed store, hash-verified

23711 )
23712 }
23713 get(s) {
23714 const o = this.getMember(s)
23715 if (o) return o.value
23716 }
23717 getMember(s) {
23718 if (void 0 !== s) return this.content.find((o) => o.key.toValue() === s)
23719 }

Callers

nothing calls this directly

Calls 1

getMemberMethod · 0.95

Tested by

no test coverage detected