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

Method items

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

Source from the content-addressed store, hash-verified

23750 return this.content.some((o) => o.key.equals(s))
23751 }
23752 items() {
23753 return this.content.map((s) => [s.key.toValue(), s.value.toValue()])
23754 }
23755 map(s, o) {
23756 return this.content.map((i) => s.bind(o)(i.value, i.key, i))
23757 }

Callers

nothing calls this directly

Calls 2

mapMethod · 0.45
toValueMethod · 0.45

Tested by

no test coverage detected