MCPcopy Create free account
hub / github.com/porsager/postgres / forEach

Method forEach

cjs/src/query.js:123–127  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

121 }
122
123 forEach(fn) {
124 this.forEachFn = fn
125 this.handle()
126 return this
127 }
128
129 raw() {
130 this.isRaw = true

Callers

nothing calls this directly

Calls 1

handleMethod · 0.95

Tested by

no test coverage detected