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

Method constructor

cjs/src/types.js:45–48  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

43
44const Identifier = module.exports.Identifier = class Identifier extends NotTagged {
45 constructor(value) {
46 super()
47 this.value = escapeIdentifier(value)
48 }
49}
50
51const Parameter = module.exports.Parameter = class Parameter extends NotTagged {

Callers

nothing calls this directly

Calls 1

escapeIdentifierFunction · 0.50

Tested by

no test coverage detected