Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleCloudPlatform/nodejs-docs-samples
/ closeConnection
Function
closeConnection
run/idp-sql/cloud-sql.js:151–154 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
};
150
151
const
closeConnection = () => {
152
if
(!knex) knex.destroy();
153
logger.info(
'DB connection closed.'
);
154
};
155
156
module.exports = {
157
getVoteCount,
Callers
1
index.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected