Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.45
utils_test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected