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

Method keys

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

Source from the content-addressed store, hash-verified

23741 return (a ? (a.value = o) : this.content.push(new w(i, o)), this)
23742 }
23743 keys() {
23744 return this.content.map((s) => s.key.toValue())
23745 }
23746 values() {
23747 return this.content.map((s) => s.value.toValue())
23748 }

Callers

nothing calls this directly

Calls 2

mapMethod · 0.45
toValueMethod · 0.45

Tested by

no test coverage detected