MCPcopy Index your code
hub / github.com/brianc/node-postgres / setTypeParser

Method setTypeParser

packages/pg/lib/client.js:584–586  ·  view source on GitHub ↗
(oid, format, parseFn)

Source from the content-addressed store, hash-verified

582 }
583
584 setTypeParser(oid, format, parseFn) {
585 return this._types.setTypeParser(oid, format, parseFn)
586 }
587
588 getTypeParser(oid, format) {
589 return this._types.getTypeParser(oid, format)

Callers 5

defaults.jsFile · 0.80
client.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected