Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denodrivers/postgres
/ initialize
Method
initialize
tests/utils_test.ts:13–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
}
12
13
async
initialize(): Promise<void> {
14
// Fake delay
15
await
new
Promise<void>((resolve) => {
16
setTimeout(() => {
17
resolve();
18
}, 10);
19
});
20
21
this.#initialized = true;
22
}
23
}
24
25
const
dns_examples: Partial<Uri>[] = [
Callers
1
utils_test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected