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

Method getValue

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

Source from the content-addressed store, hash-verified

848 return this.content[s]
849 }
850 getValue(s) {
851 const o = this.get(s)
852 if (o) return o.toValue()
853 }
854 getIndex(s) {
855 return this.content[s]
856 }

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
toValueMethod · 0.45

Tested by

no test coverage detected