Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RemoteState/nodejs-ecs
/ close
Method
close
src/database/index.ts:26–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
public
async
close() {
27
if
(this.conn) {
28
await
this.conn.close();
29
this.conn = null;
30
}
31
}
32
}
Callers
1
gracefulShutdown
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected