Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
35
const
getInstance = () => {
36
if
(!instance) {
37
instance = knex(generateDbConfig());
38
}
39
return
instance;
40
}
41
42
export
default getInstance;
Callers
nothing calls this directly
Calls
1
generateDbConfig
Function · 0.85
Tested by
no test coverage detected