MCPcopy Create free account
hub / github.com/denodrivers/postgres / initialized

Method initialized

tests/utils_test.ts:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8 // Simulate async check
9 get initialized() {
10 return new Promise<boolean>((r) => r(this.#initialized));
11 }
12
13 async initialize(): Promise<void> {
14 // Fake delay

Callers 2

pool_test.tsFile · 0.45
utils_test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected