MCPcopy Create free account
hub / github.com/brianc/node-postgres / getTypeParser

Method getTypeParser

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

Source from the content-addressed store, hash-verified

586 }
587
588 getTypeParser(oid, format) {
589 return this._types.getTypeParser(oid, format)
590 }
591
592 // escapeIdentifier and escapeLiteral moved to utility functions & exported
593 // on PG

Callers 5

consumeFieldsMethod · 0.80
defaults.jsFile · 0.80
type-overrides.jsFile · 0.80
addFieldsMethod · 0.80
client.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected