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

Method handle

cjs/src/query.js:139–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137 }
138
139 async handle() {
140 !this.executed && (this.executed = true) && await 1 && this.handler(this)
141 }
142
143 execute() {
144 this.handle()

Callers 5

forEachMethod · 0.95
executeMethod · 0.95
thenMethod · 0.95
catchMethod · 0.95
finallyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected