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

Method constructor

cf/src/types.js:46–49  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

escapeIdentifierFunction · 0.70

Tested by

no test coverage detected