MCPcopy 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
151const closeConnection = () => {
152 if (!knex) knex.destroy();
153 logger.info('DB connection closed.');
154};
155
156module.exports = {
157 getVoteCount,

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected