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

Method constructor

deno/polyfills.js:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8class Socket {
9 constructor() {
10 return createSocket()
11 }
12}
13
14function createSocket() {

Callers

nothing calls this directly

Calls 1

createSocketFunction · 0.70

Tested by

no test coverage detected