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

Method forEach

frontend/public/swagger-ui-bundle.js:5302–5306  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

5300 return this.filter(a(s.bind(o)))
5301 }
5302 forEach(s, o) {
5303 return this.elements.forEach((i, a) => {
5304 s.bind(o)(i.value, i.key, i, a)
5305 })
5306 }
5307 keys() {
5308 return this.map((s, o) => o.toValue())
5309 }

Callers

nothing calls this directly

Calls 2

forEachMethod · 0.45
bindMethod · 0.45

Tested by

no test coverage detected