MCPcopy Index your code
hub / github.com/chartbrew/chartbrew / externalDbConnection.js

File externalDbConnection.js

server/sources/shared/sql/externalDbConnection.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const Sequelize = require("sequelize");
2const fs = require("fs");
3const { createTunnel } = require("tunnel-ssh");
4const { decryptFileSync } = require("../../../modules/fileEncryption");

Callers

nothing calls this directly

Calls 2

decryptFileSyncFunction · 0.85
createSshTunnelFunction · 0.85

Tested by

no test coverage detected