MCPcopy Index your code
hub / github.com/NginxProxyManager/nginx-proxy-manager / getInstance

Function getInstance

backend/db.js:35–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33};
34
35const getInstance = () => {
36 if (!instance) {
37 instance = knex(generateDbConfig());
38 }
39 return instance;
40}
41
42export default getInstance;

Callers

nothing calls this directly

Calls 1

generateDbConfigFunction · 0.85

Tested by

no test coverage detected