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

Method values

frontend/public/swagger-ui-bundle.js:23746–23748  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23744 return this.content.map((s) => s.key.toValue())
23745 }
23746 values() {
23747 return this.content.map((s) => s.value.toValue())
23748 }
23749 hasKey(s) {
23750 return this.content.some((o) => o.key.equals(s))
23751 }

Callers

nothing calls this directly

Calls 2

mapMethod · 0.45
toValueMethod · 0.45

Tested by

no test coverage detected